Skip to end of banner
Go to start of banner

How to create a Bar Chart Monthly wise for standard issue types based on status

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

Version 1 Next »

This article explains how to create a Bar Chart Monthly wise for standard issue types based on status.

Usecase: Generated 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 data Monthly wise.

  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.

  • No labels