Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ColumnFilter NameFilter JQL

No of Stories Completed

PROJECTKEY - Stories in the current sprint 


Code Block
project = PROJECTKEY AND sprint in OpenSprints() and issuetype = Story AND resolution = Done


Total Story Points CompletedCan reuse the previous filter


No. of Bugs CompletedFixedPROJECTKEY - Issues in the current sprint 


Code Block
project = PROJECTKEY AND sprint in OpenSprints() and issuetype = Bug and resolution = Done


Total hours SpentPROJECTKEY - Issues in the current sprint 


Code Block
project = PROJECTKEY AND sprint in OpenSprints() 


...

  1. Add a Multiple Filters Statistic Bar Chart Gadget (Horizontal) gadget in the dashboard 
  2. Add the 4 filters defined  defined above
  3. For the 2nd filter to display the Total Story Points Completed, you can choose to Sum by Story Points instead of the default issue count
  4. For the 4th filter to display the Total hours Spent, you can choose to Sum by Time Spent
  5. You can choose to hide or display the horizontal chart

Image Added