Our management want to focus on process improvement by being able to track the number of times a particular item was changed from a given status to another and sub-count that by assignee (ex: Developer 1 had ### of items moved from status XXX to YYY in August 2024).
Based on my research it doesn't appear that JQL can do that easily, is there a (possibly free?) plugin that would assist with this?
Hi @Kevin Jackey 👋
If you're thinking about installing third-party add-ons to help, try out Time in Status. To generate a monthly report showing the count of particular status changes by assignee, just follow these steps:
Choose "Status Count Report"
Filter by assignee
Adjust the report by choosing time and date ranges
Enjoy your report!
Also Transition Count Report Can be helpful for you. This report shows how many times an issue has moved between all statuses in the workflow.
To get this report:
Choose "Transition Count Report"
Filter by assignee
Adjust the report by choosing time and date ranges
Enjoy your report as well :)
Also add-on able to present data as Charts, Graphs. Also you can show reports as a Dashboards gadget, so will keep your finger on the pulse and track team productivity in real-time.
Add-on developed by my team.
Hello @Kevin Jackey ,
For your case my recommended app is Timepiece - Time in Status for Jira 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.
Timepiece mainly allows you to see how much time each issue spent on each status and on each assignee/group/team.
The interesting thing for your case is: Timepiece has Trim History function. When this function is used, only the history of an issue for the selected "time window" is processed and all history before or after that window is ignored.
Below is a screenshot how a regular Transition count report looks like in our app.
If you set the trim history dates to include only a single month of that history (let's say May 2024) ...
... then you will get a report showing values only for statuses the issues were at in that selected month.
The app calculates its reports using already existing Jira issue histories so when you install the app, you don't need to add anything to your issue workflows and you can get reports on your past issues as well.
Visit Timepiece - Time in Status for Jira to explore and enjoy a 30-day free trial to experience the full range of features.
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.
Since you mentioned that you are also looking for an app, you may want to try out
With this app you generate time in status for multiple issues with multiple filter and grouping options. For your particular use case, the status transition count report will come handy as shown below.
Also the app has 20+ reports to meet a variety of time in status use cases. Do give it a try.
Disclaimer : I work for the vendor who built this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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. For further details, you can have a look at Status Time Reports How to Videos.
If you are looking for a completely free solution, you can try the limited version Status Time Reports Free.
App Features:
If you have any questions, feel free to schedule a demo with us.
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.
There are a few variables that make your ask a bit complex.
Does the Assignee ever change to someone other than the "developer" during the lifecycle of the ticket? If so, you'll want to make sure that your process and reporting account for this.
You'll need to use the WAS operator: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#WAS
There are some examples that align with exactly what you are looking for. Once you identify your population and save your filter, you could add a gadget (issue statistics or 2 dimensional) to a dashboard that will return the number you are looking for.
You'll also want to check out this post as well: https://community.atlassian.com/t5/Jira-questions/JQL-status-changed-by-a-group-member/qaq-p/1466286
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to setup and save the following filter:
status CHANGED FROM "Ready for QA" TO "In Progress" AFTER "2024-01-01" AND project IN ("Bugs, "Feature Requests") ORDER BY assignee ASC, Updated desc
However I am unable to figure out how to convert this into a dashboard widget that would display the counts by assignee , is there a good widget to use that would do that?
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.