How to create a Bar Chart month wise for standard issue types based on status
This article explains how to create a monthly bar chart for standard issue types based on status.
Usecase: To generate the Bar chart for project AK1 for all the standard-issue types, where the status is in Inquiry_Status, Sold_Status, To Do.
Instructions:
Navigate to Jira → Issues → Search for issues.
Copy the below JQL and make changes based on your use case to check the results of the status and standard issue types:
project=AK1 and createdDate >= startOfMonth(-3) and issuetype in standardIssueTypes() and status in (Inquiry_Status, Sold_Status, "To Do")
Navigate to AIO Reports → Custom Report:
You will see the below page:
Add the below-highlighted details:
Change the Format of the Created option to MMM-yy to get monthly data.
Click on Done:
Click on Run, and the displayed Bar chart displays the details:
- Count of Issues
- Bars represent the data Month wise
- Different colors represent respective statuses with the count of issues.