Hi Community,
I need to make sure I am resolving a certain amount of bugs. this amount is a percentage. Is there a way I can query this? to know to what extend I achieved it?
For instance resolve X% more than you created in June.
so if I have created 20 bugs and I am supposed to fix 30 it means I have to fix 50% more than created. and if I fixed 24. which is 80% of what I was supposed to do.
Is there a way I can query this?
Hello @Emy Jamalian
Welcome to the Atlassian Community!
I Believe Jira does not have a feature to display the percentage of resolved issues against a pre-determined number you select, however, the Issue statistics gadget can display the percentage of how many issues were resolved in the month (Considering the ones created before the current month) against the issues created in the current month.
Using the same example you provided, these would be the steps to achieve it:
(resolutiondate >= 2020-06-01 and resolutiondate <= 2020-06-30) or (createdDate >= 2020-06-01 and createdDate <= 2020-06-30)
In the example above, I resolved 16 tickets against 15 created in June, which means 1,5% more resolved tickets than created (The gadget rounded it to 2%).
Let us know if this information helps.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.