Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<div class="" onclick="showTrainingPopup('upcoming-events-only');" style="font-size:large;cursor:pointer;text-decoration:underline;color:#0052CC;font-weight:bold;margin:auto;">
Show Upcoming Events
</div>
<br/><br/>

In this two hour learning session, the art and technique of prioritizing Features on a Program Backlog are explored, specifically using Weighted Shortest Job First (WSJF). A deep dive into the components of WSJF, including practical exercises that are relevant to CCSQ job functions, help learners understand the value and process of prioritization. If you think you know about WSJF, you will probably still find valuable nuggets of new information, or a new way to apply WSJF, so don't skip this 2 hour course!

Who should attend:
Solutions Management Teams, Product Management Teams, Product Owners, RTE
Duration:
2 Hours



Want to schedule this course for your team or program?

Include Page
Intake
Intake

Excerpt Include
Working Copy Popup Test
Working Copy Popup Test
nopaneltrue

Excerpt Include
Attachments
Attachments
nopaneltrue

HTML
<script type="text/javascript">
var aTags = document.getElementsByTagName("strong");

var searchText = "LACE Explained: EstimatingBacklog WorkPrioritization";

for (var i = 0; i < aTags.length; i++) {
  if (aTags[i].textContent == searchText) {
    aTags[i].parentNode.parentNode.parentNode.style="background-color:#c7ccdf;";
  }
}
</script>