I have a Jira ticket which has gone back and forth between Status A and Status B. I want to get the count of how many times the ticket changed status between A and B.
For example consider we have a ticket #1 with the following scenario-
Resource A changed the status from "Internal Review" to "In Development"
Resource B changed the status from "In Development" to "Internal Review"
Resource A changed the status from "Internal Review" to "In Development"
Resource B changed the status from "In Development" to "Internal Review"
Resource A changed the status from "Internal Review" to "In Development"
Resource B changed the status from "In Development" to "Internal Review"
Now, if i need to get the count for this history, is there any way through JQL that it can be achieved?
Thanks in advance
- Ankit
JQL finds issues, it does not report on them.
You are going to need to find or write something that can extract that data from each issue and report on it. There are several apps in the marketplace that provide "number of times in status" type reports and fields, and the ad-hoc reporting apps are good at it too.
Thanks for the quick response @Nic Brough -Adaptavist- . Are you aware of any specific app which will help me get this data? Or have you used any yourself till now?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Scrptrunner and EasyBI are the two I've used for this sort of stuff most recently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.