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, we deep dive into the ceremony of PI Planning. We will demystify the agenda, expectations of participants, the intended outcomes, and what to do after it is completed. The value of PI Planning cannot be overstated, and skimping on, or skipping, any part of it is detrimental to the success of the ART.

Ample time will be given to more advanced topics of Business Value, PI Objectives, Committed vs. Uncommitted objectives.

Who should attend:
All
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: PI Planning";

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