Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×We are using the Kanban board template with JIRA Software (Cloud) in a Company Managed proejct.
There is a status called Planning and the workflow allows the issue to return to planning for additional information, new direction , etc..
We would like to have a count of the number of times a the issue was returned to the Planning status individually for each issue.
1) We would like this count to be displayed on the issue card for the specific issue on the Kanban board.
2) We would also like an aggregate total of all the times all the issues in the project have been returned to the Planned status and display this in a new field above he Kanban board.
Any ideas?
I would suggest that you add a custom number field to the issues to hold this count, and use the Automation feature to increment the number each time an issue makes that transition. You can then build your reports based on that field, and display that field in the Card Layout for the board.
I am not aware of a way you can add to your board a display for the aggregate value of that field for all issues
Hi @Trudy Claspill,
Thank you for your response. I was able to create a custom field and use the automation to update each time the issue was returned to the Planning status per your suggestion.
I have also learned how to sum up the total of all the issues from a video by John Mckiernan but I have not yet figured out how to display the total on the menu at the top of the Kanban board.
Still looking for how to do that.
Thank you for the assistance.
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill
I have done the same, I have to count the transitions as below:
QA Progress - Inprogress
In Review - Inprogress
But I doubt it since I am using the "In Progress" status in both the automation rules" QA Progress- In progress" automation rule is not working, It automatically goes to 0 and then updates to 1 irrespective of the transitions-So basically it remains in "1". Gone through the audit log but still shows success
But in the below screenshot, it indicates some error which we cannot identify
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Divya Srirangam
Am I reading the series of events correctly...?
Part 1:
Part 2:
The rule that you showed appears to cover Part 2. That makes me think there is another rule that is causing the field change in Part 1, if it is not being changed manually by a user.
You can click on the Rule Executions field in the Details panel of an issue to see what rules have run against that issue to find out which rule may have caused that.
You mentioned that you have two starting statuses that transition to In Progress and you are counting both of those. There is nothing inherently wrong with that if it meets your needs. In fact you could have one rule that includes both of the starting statuses in the trigger. Is your goal to count how many times the issue transitions to "In Progress" regardless of the starting status? Or are you trying to separate the counting of transitions based on the starting status?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, my goal is to count issue transitions to "In Progress" from different other statuses(QA Progress and In-Review).
I have two custom fields to count these transitions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Divya Srirangam
You appear to have a rule that does what was asked - increments a fields when a transition is made.
It sounds like you also may have a problem with your rule(s) that the field is getting reset to zero.
And you also made this statement:
But in the below screenshot, it indicates some error which we cannot identify
Given that your questions are diverging from the original post, please create a separate post for your questions. Please post screen images showing the entire Automation Rules that you are running, and tell us how the results are not matching your expectations. Show the Audit Log details for the executions of the rules. And regarding the above statement, hover your mouse over the "i" icon to display the information message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @John Ricard
You can try the third-party add-on that my company provides - Time in Status for Jira Cloud. It generates 7 types of status reports, including Status Count report, that shows how many times an issue has been in each status.
Also, you can export data from the grid to XLSX or CSV file, which you can analyze using such tools as Excel or Google Spreadsheets.
Hope you find it helpful.
Regards, Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Ricard
Given the reporting needs you describe for your use case, you could try a couple of ways to solve this:
If you are interested in the automation approach, the rule could be as simple as:
To learn more about automation, please look at this documentation and examples:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy,
I did find this helpful and I bookmarked some of the pages I had not seen before.
Thanks again
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Ricard ,
With the help of JMWE Cloud app you will be achieve your requirement. Please find below detailed steps.
{{ issue | fieldHistory( "status") | filter({to_string: "Selected for Development"}) | length}}
Thanks,
Avinash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Avinash Bhagawati _Appfire_,
I did have a look at the JIRA Misc Workflow Extensions (JMWE) I have been able to solve the basic issue without it. I did not see where it can change the menu on the Kanban board to add the new field that I want.
Thank you for the suggestion. Much appreciated. I will keep this in mind for future issue resolutions.
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Ricard,
As an alternative, you can try Status Time Reports app developed by our team. It can display the time spent on specific statuses as well as status entry count.
It provides reports on how much time passed in each status. It has grouping feature so that by grouping statuses(In Progress → In Review → Done) you can get total time. You can also export the report as CSV and open it in excel.
Once you enter your working calendar into the app, it takes your working schedule into account too. That is, "In Progress" time of an issue opened on Friday at 5 PM and closed on Monday at 9 AM, will be a few hours rather than 3 days. It has various other reports like assignee time, status entry dates, average/sum reports by any field(e.g. average in progress time by project, average cycle time by issue creation month). And all these are available as gadgets on the dashboard too.
Here is the online demo link, you can see it in action and try without installing the app.
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.
Hi @John Ricard
For a readymade solution, to get this data you can try out our app.
The add-on provides the time in each status for the entire lifecycle of the issue and you can filter by issue type as well. You can also combine your statuses to define your lead/cycle/resolution time and also extract the transitions history of the issues. The main features of the app are as below
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might want to check out eazyBI app for custom jira reporting.
It can be used to calculate the number of transitions to a historical status and show that for all issues in the board and per issue. Also you can add "Time" dimension to filter transitions in time.
Martins / eazyBI team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need to keep a count of how many times the defect issue type was in particular status for a sprint or between mm/dd/yy to mm/dd/yy date range
1: Rejected
2: Reopened
How do I get report in JIRA that gives me a count how many times the issue went into Rejected status or How many times the Issue went into reopened status for particular sprint or between so and so date range.
Note : I have script runner plug in
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.