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:

  1. Navigate to Jira → Issues → Search for issues.

  2. 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")

     

  3. Navigate to AIO Reports → Custom Report:

     

  4. You will see the below page:

     

  5. Add the below-highlighted details:

  6. Change the Format of the Created option to  MMM-yy to get monthly data.

  7. Click on Done:

     

  8. 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.