You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello everyone,
I want to make a report (or a dashboard with gadgets) to show the time trend of inputted issues to a specific status in a specific interval but i have no clue to do that.
To clarify my question :
OR
Thank you for sharing with me if you have a solution
Regards.
Hello @MJ Y97 👋
As an alternative , I guess you can try Time in Status for Jira Cloud (developed by my SaaSJet team) with 7 types of status time reports.
For your exactly need we have Status Count report or Transition Count report
The Status Count report shows how many times an issue has been in each status.
Chart view of report:
The Transition Count report shows how many times an issue has moved between all statuses in the workflow.
Chart view of report:
Add-on has a 30-day free trial version and free up to 10 users.
Please, let me know if you have any questions
Hope it helps 😌
Valeriia
Hi @MJ Y97
Welcome to Atlassian Community!
As an alternative, 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 your case, you can have a look at Status Count And Entry Dates report.
If you are looking for a free solution, you can try the limited version Status Time 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 @MJ Y97 ,
The report you mentioned is an interesting one. It requires grouping issue history data not based on a date value on the issue but based on dates of individual status transitions. I am not aware of an easy option to do this in Jira (either with an OOTB feature or a marketplace app)
The closest thing would be to count the transitions of issues and group issues by a date value on the issues (like created date or resolution date). You can do this with a marketplace app.
If you are OK with using a marketplace app for this, our team at OBSS built Time in Status for this. It is available for Jira Server, Cloud, and Data Center.
Time in Status mainly has several types of time reports but the app also has Status Count and Transition Count reports. These reports show how many times each status and each transition was used by each issue.
For all numeric report types, you can calculate averages and sums of those values grouped by the issue fields you select. The ability to group by parts of dates (year, month, week, day, hour) or sprints is particularly useful here since it allows you to compare different time periods or see the trend. (The screenshot below shows a trend report sample for durations but you can do the same for status or transition counts)
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. It supports both Company Managed and Team Managed projects.
Time in Status reports can be accessed through its own reporting page, dashboard gadgets, and issue view screen tabs. All these options can provide both calculated data tables and charts.
And the app has a REST API so you can get the reports from Jira UI or via REST.
Using Time in Status you can:
https://marketplace.atlassian.com/apps/1211756/
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MJ Y97
Welcome to the community !!
For a readymade solution, you can try out our plugin,
The add-on provides the time in each status for the entire lifecycle of the issue.
Also reports are available to track status count.
You can group multiple statuses and only include the ones you need to define a total combined time in those statuses.
Disclaimer : I work for RVS, the vendor for this app
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @MJ Y97 and welcome to the community!
You may want to look into the native gadget Average Number of Times in Status. While it is not exactly what you're looking for this will give you a trend analysis without the overhead I'm about to share.
Natively, this cannot be done. I would recommend using the combination of automation and an issue type like a sub-task or, if you don't want to clutter up your project with transactional issues, you could capture this in a separate project and report against that project. It would work something like this:
You won't be able to run a report natively because Jira doesn't provide a gadget that allows custom line/bar charts. So, you'll need to create a filter and export the results and use your spreadsheet app of choice to provide the desired reporting.
If you want something more elegant, you'll need to search the marketplace.
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.