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>
LACE Explained: CCSQ LACE Team Dashboards

Understanding Agility Metrics

The CCSQ LACE dashboard is available for all Scrum and Kanban teams within CCSQ. For those unfamiliar with Agility Metrics, this short session will include a walkthrough of the team dashboard, an overview of each dashboard element, and how to set up the dashboards.
This session will also help learners interpret and understand the stories the dashboard elements tell, and how to leverage the dashboards to ask the right questions to help accelerate the maturity, health, and speed of delivery of your programs.

Who should attend:

Program leaders, product managers, scrum masters, and anyone else with a vested interest in elevating team performance

Duration: 1 Hour


View the Dashboard   


Does your program use Jira Porfolio?

View the Portfolio Dashboard

Downloads & Resources

Downloads:

Course Slides
Dashboard Setup Instructions
Dashboard Chart Details

View file
namezoom_0 (1).mp4
height250


Want to schedule

Request

this course for your

organization or program
Request LACE Support (online form) 
Email us! agilecoaches@tantustech.com 

LACE Course Catalog

LACE Learning Paths

LACE Course Calendar

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: CCSQ Team Dashboards";

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