I'd like to find the number of times issues were moved to a particular status type that would result in a count - e.g. 3 times in status x.
How do I structure that?
Thanks!
Hi,
I want to get the status of an issue without opening the Jita site, directly into excel. Can someone share the van for it. Many thanks
Hello @Imran
The add-on Time in Status for Jira Cloud by SaaSJet can meet your expectations.
It generates such reports (all of them are available for export):
- Time in status - automatically determines for how long your issues had been staying in each status
- Status Count - shows how many times an issue has been in each status
- Transition Count - shows how many times an issue went from status to status
Also, this app will show you: Average time in status, Assignee time, Status Entrance Date and Time in Status per Date.
All data from reports you can view as tables or as charts.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can not do it in Jira interface. But you could use Jira Rest Api to receive the history of an issue and find the number of times the status was changed to the required status in Excel or other similair application. You would need to use GET /rest/api/2/issue/{issueIdOrKey} with changelog option. You can find more info here:
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-issueIdOrKey-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There might be an easier way than mine, but here is how I do it: (I also employ AIO reports addon for reporting)
Filter: project = EncompassHelpDesk and status was "Waiting for support" during ("2018/02/01","2018/02/28")
Once results are exported to excel, I create a pivot table and group by key.
Result is a table that shows how many times each issue was in (my case) waiting for support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Meg Holbrook, I ran the above query and got the results, but each issue only appeared once, so I can't do the count, even though I'm very sure that they had moved to the status several times. I don't have AIO report. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Kenny Nguyen - did you expand your date range enough to capture all the possible times it would have transitioned into that status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
is it still working? because im not able to do it , i have same problem as Kenny. I exported but all tasks are mentioned only once. i dont have AIO reports ... is that the problem ? Thank you
Skyline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem, I get only one entry per issue key. When I exported the excel file I export all fields, I get some dates, such as: Created, Updated, Las Viewed and Original Entry Date, but I don't see a way to get the historic information each time a given status was reached in the line I have exported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem that the query (excel file) will only capture the latest status of the issue, not all statuses that the issue was in!
I am not sure how the JQL worked for @Meg Holbrook Please Advice.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The important part is in bold, which should pull the same issue multiple times.
project in (_________) AND issuetype = "Service Request" and status was "Waiting for support" during (startOfMonth(-1), endOfMonth(-1))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For cloud, you can use Status Time add-on. It generates status count report in addition to status time report.
If you are looking for a free version, you can try Status Time Free.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Using this app but that slider is not available in our Cloud instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted] ,
We have made some improvements on the UI. Now the toggle is under "Report Type" as in the below screenshot.
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 have a look at our free add-on Status History which will show you history of statuses for each issue - more details you can find here.
If you need to generate report or analyze data regarding issue statuses, you can also try Status History PRO, which has reports (especially Changing Status History Report in your case) and customizable viewer.
Regards,
Lime Trees Support Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks it a great solution, but is paid version and we already pay for having Jira. This is something we may expect having out of the box in Jira, because if we can design a workflow we would like to know when you reach a particular status and how many time is reached.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use Time in Status by OBSS, which creates reports showing how many times each status or transition was used. It also shows how much time each issue spent on each status, assignee or group. Can export data as XLS or CSV.
https://marketplace.atlassian.com/apps/1211756/time-in-status?hosting=server&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can make use of the Easy BI plugin to do these kinds of aggregations.
https://marketplace.atlassian.com/plugins/com.eazybi.jira.plugins.eazybi-jira/server/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Am I the only one who doesn't consider eazybi to be incredibly user-friendly?
Maybe I'm reporting-challenged.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree that eazybi is not incredibly user-friendly. However, it does help us do a lot of reporting right within JIRA. In the earlier case, we had to do all of the complex reporting by syncing the issues with a database and then use Tableau to do the complex reports.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
If you're open to solutions from the Atlassian Marketplace, this is now easily possible using the app that my team and I are working on, JXL for Jira.
JXL is a full-fledged spreadsheet/table view for your issues that allows viewing, inline-editing, sorting, and filtering by all your issue fields, much like you’d do in e.g. Excel or Google Sheets. It also comes with a long list of so-called history columns that aren’t natively available, including number of times in [status], number of transitions between [status] and [status], and many, many more.
This is how it looks in action:
As you can see above, you can easily sort and filter by your history columns; you can also use them across JXL's advanced features, such as support for (configurable) issue hierarchies, issue grouping by any issue field(s), sum-ups, or conditional formatting.
Any questions just let me know,
Best,
Hannes
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.