Hello,
I am searching for a way to find out how often issues get rejected by QA after being fixed by developers.
I know there is the ReopenCount from the enhancer plugin, but thats only for a single issue.
I think an example would be the best to explain:
Let's say we have a project with 10 issues, of which 8 are directly accepted by QA, 1 is rejected once and 1 is rejected twice.
What I want is the figure 0.3, i.e. 3 reopenings for 10 issues.
If one of those issues is reopened the figure should rise to 0.4
I tried the Charting Plugin with "Average Number of Times in Status" for our rejected and reopend status, but that wasn't giving me anything to work with (mostly flat lines at 0, sometimes a spike to 1 or 2).
Hope somebody can help &
Thanks in advance
Thomas
Do you have access to the underlying database, so you can run sql statements? If so, then you can get what you want.
You can get issues that have been reopened using the changed keyword in JQL but it does not deal with duplicates. You can look at the returned issue count number.
status changed to reopened (or whatever is your status name)
In principle that could be a way to go, although I'd rather track the removal/clearing of the resolution field. But the main point against this, is that managment want's those figures on a jira view - so preferably some kind of plugin is prefered (maybe some scripted field)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can definitely write your own gadget/plugin since the information you are trying to look at seems to be at the project level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did this now via the database on a seperate page, maybe I'll try to write a plugin myself to show it on the project page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.