Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

This chart shows issues that are past their due date vs. those that are not past their due date using a Scriptrunner Enhanced Search filter. Using this report, managers have insight into team workload and capacity. For example, if the team is constantly missing due dates, it could mean that team members don’t have bandwidth and we need to hire more people.

Recreate This Chart In Your Own Instance!

Part I: Create the 2 Enhanced Search filters, one for issues that have missed their due date, and one for issues that have not missed their due date. Use the functions below:

  • Past Due Date: issueFunction in dateCompare (“”, “resolutiondate <= duedate”)

  • Not Past Due Date: issueFunction in dateCompare (“”, “resolutiondate > duedate”)

Part II: Set up Custom Charts

  1. Set the Source to Projects and choose your desired project(s)

  2. Set the Chart type to 2D Stacked Bar Chart

  3. Set the Chart by dropdown to Due Date

  4. Set the Group by dropdown to Saved Filters

  5. In the Group by tab on the right, add in the 2 Enhanced Search filters you made

  6. Optional: Give your chart a title and and rename any segments

  7. Click Save or Insert

  • No labels