diff --git a/src/program-management-with-jira/3-cx-board-setup.md b/src/program-management-with-jira/3-cx-board-setup.md index cb35b64af..d1e644931 100644 --- a/src/program-management-with-jira/3-cx-board-setup.md +++ b/src/program-management-with-jira/3-cx-board-setup.md @@ -80,7 +80,12 @@ The following video shows how to: The following video shows how to: -1. Create a Filter showing only Initiatives +1. Create a Filter showing only Initiatives. The query should be: + + ``` + issueType = Initiative ORDER BY Rank ASC + ``` + 2. [1:21](https://youtu.be/KZGr3EB5bsA?t=81) Create a Kanban Board sourced from the Filter 3. [2:05](https://youtu.be/KZGr3EB5bsA?t=125) Create the Boards Columns with the following names: @@ -100,7 +105,7 @@ The following video shows how to: 5. [4:00](https://youtu.be/KZGr3EB5bsA?t=240) Fixing duplicate statuses - + ## Adding Custom Fields diff --git a/src/program-management-with-jira/8-estimating.md b/src/program-management-with-jira/8-estimating.md index cce828aa9..e31ee6982 100644 --- a/src/program-management-with-jira/8-estimating.md +++ b/src/program-management-with-jira/8-estimating.md @@ -39,10 +39,7 @@ Despite this, evaluating the cost and benefits of an initiative is exactly what Furthermore, when organizations are not conditioned to building incremental plans and package too many features in an initiative, a lengthy estimate is often the only way to get agreement to split initiatives. -For these reasons, estimating is still a powerful tool in the Program Manager’s toolkit. This training goes over a highly effective and accurate approach to estimating. - -> ALT: -> For these reasons, estimating is still a powerful tool in the Program Manager’s toolkit. Lets take a look at different approaches to estimating and then discuss this training’s approach. +For these reasons, estimating is still a powerful tool in the Program Manager’s toolkit. Lets take a look at different approaches to estimating and then discuss this training’s approach. Approaches to Estimating ------------------------ diff --git a/static/img/program-management-with-jira/home/autoscheduler.png b/static/img/program-management-with-jira/home/autoscheduler.png index 0d0c8c4b2..630d7332f 100644 Binary files a/static/img/program-management-with-jira/home/autoscheduler.png and b/static/img/program-management-with-jira/home/autoscheduler.png differ diff --git a/static/img/program-management-with-jira/home/estimation.png b/static/img/program-management-with-jira/home/estimation.png index d7bce3d94..7da65f3bf 100644 Binary files a/static/img/program-management-with-jira/home/estimation.png and b/static/img/program-management-with-jira/home/estimation.png differ