Can Jira show the percentage of requests that are returned to programming?

Mathew Stucki August 25, 2022

I would like to query in Jira the percentage of requests that go back to programming or some other status after being delivered to QA. Is this possible?

Once a request is delivered to QA, we would like the feature to be deployed and go to the status DONE. But in situations where the request needs to go back to programming for a fix or some other status, we would like to calculate this percentage for requests in the aggregate.

Thank you for your assistance!

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 26, 2022

Hello @Mathew Stucki

Thank you for reaching out.

You can properly get the percentage of tickets moved from QA by identifying those issues with a field and using the Issue statistic gadget on a dashboard. These would be the steps:

  1. First, create a JQL query to identify the issues that were previously in the status "QA" and were moved to any status you want. E.g:
    Status was QA and status in (programming, "In progress", etc)
  2. Define a system field with a value to identify those issues. E.g: Components, Labels, etc
  3. Add that value to all the issues returned by the JQL you created in step 1, using the bulk operation functionality
  4. Create a second JQL returning all the issues you want to include in the total percentage
  5. Add the Issue statistic gadget to your dashboard, selecting the Statistic Type as the field you defined in step 2 and the JQL you defined in step 4. The gadget will display the percentage of issues with the field you added in the following format:
    Screen Shot 2022-08-26 at 6.27.32 PM.png

P.S: Optionally, you can create an automation rule to automatically add the field you configured on step 2 to any issues moved from QA, so you will not need to repeat step 3 every time you want to update the issue statistic gadget.

Let us know if you have any questions or need further instructions to achieve any of the steps above.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events