Hello!
As a new JIRA user without any training on the application, I have difficulties in finding the good reports/extracts our team would need...
I would like to know if it is possible to get a report or an extract allowing us to determine how many status changes there have been on each issue of a sprint/epic/version?
We would like for instance to answer questions such as:
- have there been many back and forth between Developer and QA?
- has one issue been moved from In Progress to Blocked? For how long did it stay in Blocked status? etc
It would help understanding why we have troubles in having smooth sprints and challenge ourselves to improve :-/
Thanks a lot for your replies! :)
Anne
i'm a bit late to the party, but if you're cheap like me you can just do a filter. it's not as pretty as the add-ons but does the trick for me:
project = whateveryourprojectis and issuetype in (bug, story, task fix this if you need) and ((status changed from "Code Review" to "Ready for Review" on -1d) or (status changed from "In Development" to "Code Review" on -1d) or (status changed from "Ready for Review" to "In Testing" on -1d) or (status changed from "In Testing" to "Done" on -1d)) ORDER BY assignee ASC
so that basically shows you everything that was moved yesterday, from some selected statuses to the next ones. The way i use it is that i only track what was moved from a status to another one that indicates that something was DONE (either development was finished and therefore the issue is in code review, or code review was done and now the issue is in testing, and so on).
it gives you something like this (this is in my dashboard)
Hello @Anne-Laure Caluori
I suggest you take a look at the original Timepiece - Time in Status for Jira by OBSS. Our app does exactly what you need.
We now have Server, Data Center and Cloud options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Emre Toptancı _OBSS_
Thank you for your suggestion; I tried to install the app twice, but unfortunately, I see no difference in our JIRA, while everything in the setting seems OK.
I remove and tried to re-install it and it is not working any better.
I surely will have to resort to Support Team, just hoping it won't take too much time to get an answer...
Anne-Laure
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Anne-Laure Caluori
When you install Time in Status for Jira Cloud by OBSS, you should be able to see "Time in Status" link in the main Jira menu right away. Time in Status does not require any configuration up front. This documentation page shows where link should appear.
If you are still having problems, please send a message to plugin@obss.com.tr . Our support team will be more than happy to help you.
Best regards,
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello there
You can try the good new alternative tool Time in status for Jira Cloud.
This add-on will allow you to automatically get all the necessary data about:
- time spent on each status
- time when every issue entered each of the statuses for the first time.
- how many times an issue has been in each status and went from status to status
- sums the time a task was in each status at a particular date
- other report (average time, assignee time)
You can view data from all reports in tabular form or as charts and export them.
With the help of add-on Issue History you can see all changes that happened since the issue had been created and who made them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Mark,
Thank you for this idea!
I will see with team and CTO if it could fit our need; the transition count sounds really interesting for us, as well as the export!
Anne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Anne-Laure,
Welcome to Atlassian Community!
You can try the gadget Average Number of Times in Status and Average Time in Status by adding the Time in Status field to your issues, however, this gadget display a general graphic of all your issues.
To have a report that displays the status changes and time spent per status specifically on each issue, I recommend you to use the Pivot by Status report provided by the Time Reports plugin:
Let me know if one of these options works for you, Anne.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Petterson,
Thank you for your reply! :)
I will see with team but it seems that our CTO is not willing to use the time tracking...Is there any option to have a report only on status changes?
Thanks again!
Anne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Anne,
The suggested plugin does not require time tracking. The Pivot by Status report will display the status changes and the time each issue has spent on each status.
Apart from this, I think JIRA does not have any report/gadget that could give you this information without using Time Tracking, however, I believe there are other plugins in Marketplace that can give you this functionality.
Just let me know if the plugin suggested does not match your criteria and I can search for any other options for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot for your help!
I'll report to our team regarding the plugin and we will see if it works for us; I'll give a feedback on that soon!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, Anne!
We will be waiting. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Anne,
Did you have the chance to check my suggestion with your team?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Petterson,
Sorry, I did not gave you any news :(
We reviewed it with our CTO and he is not sure this is what we would need, so we did not try it.
Thank you anyway for your kind suggestion!
Anne
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.