Is there a way to extract a count or percentage that shows how many issues are moved from one status to another within 30 days of being in the first status?
I am trying to show data on the project dashboard that displays the number of issues that were moved from a certain status within 30 days of entering that status. Is it possible to do this within Jira JQL? If not, what add-ons would allow me to do this? I have tried manipulating the Time in Status add-on to show this but have been unsuccessful. If you have any thoughts on how to use the Time in Status add-on or any other features to do this, feel free to share.
I only have Jira Software (DC) and I do something similar where I track the time that a work item entered a particular status (based on an Automation rule) and then, when it leaves that status, I fire an even that triggers a script listener that calculates how long it spent in that status and flags the issue as meeting the SLA. That way, I can query on how many issues meet the SLA versus how many don't, which can be displayed on a dashboard.
The script listener/calculation portion requires that Scriptrunner (at least the way that I've implemented it), but I could share the script with you if you have Scriptrunner as well.
Yes, that would be fantastic I'll try out the script.
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.
I didn't include it above, but the script takes the value of those two fields, converts them to milliseconds and calculates the difference between the two, converting to hours (and rounding to the nearest tenth of an hour). Then it updates a custom number field that you can then use in a JQL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @dta
To get time in status info, you can try Status Time Reports app developed by our team. It mainly provides reports and gadgets based on how much time passed in each status.
Here is the online demo link, you can see it in action and try without installing the app. If you have any questions, feel free to schedule a demo with us. We will be happy to help.
For further details, you can have a look at Status Time Reports How to Videos.
App Features:
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @dta ,
You also asked how you can do it with a time in status plugin. Let me answer that for you.
This result can be achieved with Timepiece (formerly Time in Status) app, the oldest and leading Time in Status app in Atlassian Marketplace, which is built by my team at OBSS. It is available for both Jira Cloud, and Data Center.
In the Status Duration report, you can use the Filter option to filter issues by their duration in status. In the example below, I have filtered the results for issues that have been in the To Do and In Progress statuses for less than 30 days. At the top left of the report you will see the total number of issues. And the rest of the report is the list of issues that meet these filter conditions
If you wish, you can also schedule a live demo. We will provide a comprehensive overview of the application and address any inquiries you may have.
Hope it helps,
Gizem
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.