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
<br/><br/>
</div>

In this two hour learning session, the art and technique of managing program backlogs will be demystified. Learners will see how to understand the program backlog in the context of the larger product vision, what preparation is needed for and the mechanics of the program backlog refinement meeting, Feature refinement, the program kanban, and the PI Roadmap

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



Want to schedule this course for your team or program?

Include Page
Intake
Intake

LACE Course Catalog

LACE Learning Paths

LACE Course Calendar

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: Program Backlog Management";

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