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>
Weighted Shortest Job First Clinic
WSJF is a prioritization technique at the Program, Solution, and Portfolio Level. Bring your Program Features and Enablers and experienced coaches and other CCSQ Members will help uncover the information needed to inform WSJF decisions. Using the Cost of Delay categories of Time Criticality, User Business Value, and Internal Opportunity Enablement & Risk Reduction, programs can prioritize Features and Enablers on the Program Backlog.
**NOTE: Basic knowledge of WSJF is helpful, but not required. Please attend the LACE Explained: Program Backlog Prioritization to learn about WSJF.
**NOTE: WSJF is not well suited for User Story prioritization.
More information about WSJF can be found on the Scaled Agile website:
Who should attend:
Product Management, SMTs, RTEs
Duration:
2 hours
Offered Monthly



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 = "WSJF Clinic";

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