Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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:

    Code Block
    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:

    Image RemovedImage Added

  4. You will see the below page:

    Image RemovedImage Added

  5. Add the below-highlighted details:

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

  7. Click on Done:

    Image RemovedImage Added

  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.

    Image RemovedImage Added