Hey, I'm trying to build a business logic around the field 'Time in Status'.
If you look on a default Kanban board there you can see a 'dot' chart with a tooltip, so the data is there.
The question is how to get it? I've tried to create a custom field, but it completely ignored by the issue screen (invisible), advanced filtering also does not provide anything.
P.s. i know about JQL 'workaround' like status = "XXX" AND status CHANGED BEFORE "-30d" but it just listing the tasks, not giving an exact number '5 days' as shown on a first picture. And I do not want complicated marketplace apps to just view a single field with a data that already there.
Hi @Alexey ,
You can try Status Time app developed by our team at Bloompeak. It provides reports on how much time passed in each status as well as status entry dates and status transition count.
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(eg. average in progress time per project). 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.
If you are looking for a free solution, you can try the limited version Status Time Free. Hope it helps.
@Mehmet A _Bloompeak_Thanks a lot, I like then the company makes Free limited version, that makes much easier to learn and make a decision. 30 days trial not always enough for all stakeholders.
Kudos for Demo link!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexey
As an alternative, you can try a Time in Status for Jira Cloud add-on. I'm a representative of the SaaSJet company, that has been developed this product.
This add-on generates 7 types of reports including a Time in Status report. So you can monitor the work duration in each status easily.
Also, you can export a report as XLSX or CSV files for further analysis.
Hope you find it helpful
Best regards, Mariana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Alexey,
For a ready built solution that offers great flexibility and details, our team at OBSS built Time in Status. It is available for Jira Server, Cloud and Data Center.
Time in Status mainly allows you to see how much time each issue spent on each status or assigned to each assignee. You can combine statuses into consolidated columns to see metrics like Ticket Age, Cycle Time or Lead Time. You can calculate averages and sums of those durations and counts grouped by issue fields you select. (For example see the total InProgress time per Epic, or average number of InProgress transitions per issuetype).
Time in Status can display its reports and charts in it own reporting page, in dashboard gadgets and in a tab on issue view screens. Below are some samples:
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.
Using Time in Status you can:
Timepiece - Time in Status for Jira
EmreT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alexey
There are many posts on how to get Time In Status information. Have you searched for and reviewed those?
I recall there are suggestion to use vendor provide apps to get it, as well as suggestions about creating custom fields and using automation to update those and accumulate the time in a given status.
There is no out of the box feature that allows you to access that time in status that is being displayed on the board for a card.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do, most of them dated 2014-2018, related to Server or deprecated, not sure if new kanban board with 'dots' indicators were available at that moment. So I decided to ask for 2021 solution. I failed to find anything in regards to automation.
Something like creating custom fields for each status and run CRON hourly to add {ccurent.value}+1 for all tasks? Sounds very intensive load on a system. We have ~200 cards between the Backlog and Done.
3rd party apps with a 600$ annual bill to just view data that is already in a system, kinda meh.
Anyway, what 'Time in Status field' do? How to use it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not clear on what you are asking in your last sentence. Which 'Time in Status' field are you talking about in your last sentence? The custom field you created? If so, it will do what you design it to do.
Or, are you asking what needs to be done to make that field actually record the time spent in a given status?
Simply creating a custom field named "Time in Status" is not going to automatically pick up the information for you. What is being displayed on the board as dots has code backing it to get the information. I don't know exactly how it is done - maybe it is reviewing the history of the issue for status changes and dynamically calculating the information every time the board is refreshed.
If you want to have that information for every issue for every status, then you are going to have to do the development work much like the people who have developed add-ons for this functionality. You'll have to create custom fields to store the information and code/automation to calculate the data to be stored. You'll have to consider if doing that development work is worth the effort to produce the reports you want, or if it is better to spend the money on an add-on that already exists.
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.