Hello All,
I need a help in getting the report which will tell the ID's of issues with number of times they were in REOPENED status irrespective of their current status. For e.g.: There are 10 issues which get reopened multiple times and the report should tell me those 10 IDs.
Thanks in advance for any help.
If you have the add-on "scriptrunner" you can create customfield of type "scripted field"
There you can write in groovy a script to count how many time an issue was in a specific status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can get what you want with simple JQL:
status was in (Reopened)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but it doesn't tell me number of times it get reopened in his life span.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's right...
you said "There are 10 issues which get reopened multiple times and the report should tell me those 10 IDs."
The JQL above will give you that.
If you also want the number of times it get reopened in his life span, you need to create a customfield of type "scripted field" of scriptrunner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nir, but that was a example :)
Any way thanks again for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are welcome :)
if i solved your issue, please mark my answer as the solution.
Or if you need anything else, let me know and i will continue to help if i can :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might be able to achieve your goal of count by using the filter Nir suggested in conjunction with a dashboard gadget, e.g. the two dimensional gadget. Maybe on y- axis the issue ID and the x-axis the project. Something to play around with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Didn't think about it @Jack Brickey
The two dimensional gadget may actually work.
@Sandeep Vashisht you should give it a try :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey your suggestion will not give "number of times issue comes in re-open state in a life span"
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.