githubbob42 / mingle2github2

0 stars 1 forks source link

Release 5 #940

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 1108 When will we be done? • Plan: dotted red line • Actual: dotted grey line

{{ data-series-chart chart-width: 1040 plot-width: 850 chart-height: 400 plot-height: 340 data-point-symbol: diamond x-title: Iteration y-title: Points trend-line-width: 2 line-width: 2 cumulative: true series: - label: Actual Velocity color: grey type: line trend: true data: SELECT Order, SUM('Velocity') WHERE Type = Iteration AND Release = THIS CARD AND Order IS NOT NULL ORDER BY Order - label: Target Velocity color: red type: line line-style: dash data: SELECT Order, SUM('Target Velocity') WHERE Type = Iteration AND Release = THIS CARD AND Order IS NOT NULL ORDER BY Order - label: Current Scope color: green type: line data: SELECT Order, SUM('Delta Points') WHERE Type = Iteration AND Release = THIS CARD AND Order IS NOT NULL ORDER BY Order }} [[How does this burn up chart work?]]

This release will bring us through the end of Q4 and represents the time between successfully completing security review and releasing what we think of as the MVP.

Iterations in this release

{{table query: SELECT Number, Name, 'Start Date', 'End Date', 'Target Velocity', Velocity, 'Delta Points' WHERE Type = Iteration AND Release = THIS CARD AND Name IS NOT 'Backlog' ORDER BY Order}}

Completed stories in this release

{{table query: SELECT Number, Name, Status, 'Story Points', 'Iteration Accepted' WHERE Type = Story AND Status = Accepted AND Release = THIS CARD}}

Open stories in this release

{{table query: SELECT Number, Name, Status, 'Story Points', Iteration WHERE Type = Story AND Status != Accepted AND Release = THIS CARD ORDER BY Iteration}}

Defects fixed in this release

{{table query: SELECT Number, Name, 'Iteration Defect Fixed' WHERE Type = Defect AND 'Release Defect Fixed' = THIS CARD}}

Open defects in this release

{{table query: SELECT Number, Name, 'Iteration Defect Identified' WHERE Type = Defect AND 'Release Defect Identified' = THIS CARD AND 'Defect Status' < Fixed}}

githubbob42 commented 5 years ago

Patty : 10/25/2018 14:55 CDT Documented as bug fix in 3/1/2018 Mobile release notes.