Created vs. Resolved chart in a Dashboard is not displaying closed tickets for Team-managed projects in Jira Service Management Cloud
Platform Notice: Cloud Only - This article only applies to Atlassian products on the Cloud platform.
Problem description
Currently, when using the Created vs. Resolved chart gadget in a dashboard, it doesn't display closed tickets for Team-managed projects.
Cause
This behavior occurs because the Created vs. Resolved chart uses the Resolution field to identify whether an issue has been resolved. However, the Resolution field is not available for Team-managed service management projects.
We have existing feature requests for this case:
Solution
There are two alternatives to display the Created vs Resolved information in a Dashboard:
First alternative:
You can use the Reports functionality under the Team-managed service project with the Created and Done series.
To create a report, please follow the steps below:
From your Team-managed service project, select Reports > New report > Enter a report name
Click Add series > In Series field, select Created > Enter a Label, Color, and if necessary a Filter by
Click Add
Then, click Add series > In Series field, select Done > Enter a Label, Color, and if necessary a Filter by
Click Add > Click on Create to save your report
After that, you can display the report information in your dashboard by using the Service project report gadget and selecting your team-managed project and the newly created report.
You can see more details about reports in the following document:
Second alternative:
You can use an automation rule to set the Resolution field in Team-managed projects. The document below contains the steps to create the automation rule:
Please note:
It's not necessary to create the Resolution field, just use the system field on the automation rule.
This alternative will count towards your automation execution limit: How is my usage calculated?
To set the resolution for the existing resolved tickets, you can also use an automation rule. To do that, please follow the steps below:
Go to Project settings > Automation > Create rule
As Trigger, select Scheduled > Check the box 'Run a JQL search and execute actions for each issue in the query'
Fill in with the below query to find all issues resolved in the project without resolution > Next
project = "Enter the project name" and statusCategory = Done and resolution is EMPTY
Select THEN: Add an Action > Edit issue > Select Resolution field > Select a value > Next
Turn the rule on
Then, you can select ••• in the top right > 'Run rule', to run the rule immediately > After that, you can disable the rule.
More details about automation rules can be found in the document below: