Time in Status says None

Rhea Mehta August 2, 2020

I can't get the Time in Status custom field to show any value other than "None". I have configured the custom field for all applicable issue types and applied it to the global context. I have also added the field to all applicable screens and added it to the card layout. 

 

The field appears in all places, but I only see a value of "None". How can I get this to display the accurate time in status? 

5 answers

2 accepted

3 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 3, 2020

Hello @Rhea Mehta

Welcome to the Atlassian Community!

Please allow me to provide you with some context about the Time in Status field so we can confirm we are on the same page here:

The default time in status field is created to configure the Average Time In Status gadget, which displays the average time status for multiple issues in a chart as described in the documentation below:

How to setup Average Time in Status Gadget 

That being said, this field does not display any data in the issues individually, but only in the mentioned gadget. We understand this can be misinterpreted, so we created the following bug to change the description of the custom field to inform its function:

Misleading Time in Status custom field type 

Additionally, I'm afraid Jira does not have a report to display the time that an individual issue has spent in a determined status, so we created the following feature request to implement this functionality:

Implement report for tracking time in status in JIRA 

Feel free to vote and watch the suggestion and bug to increase its priority and also receive notifications about any updates.

As workaround options:

  1. If you're experienced with JSON scripting, you can export your issues using Jira REST API and create a script to get the changelogs of each issue and calculate the time in status externally.
  2. You can try a third-party plugin to achieve your need, like Time Reports:
    Screen Shot 2019-11-14 at 16.39.26.png

Let me know if this information helps.

Rhea Mehta August 3, 2020

Hi, I can't seem to find the jira charting plugin on my marketplace. Are there any other free time reporting apps you can recommend? 

Like Magdalena Zhisheva likes this
0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 3, 2020

Hi @Rhea Mehta 

In addition to the two work-arounds that @Petter Gonçalves noted, another possibility is to build your own measurement:

  • Add custom fields to measure what you wish (e.g. dev cycle time, lead time, etc.)
  • Use automation rules to set the values for each issue so they persist

Best regards,

Bill

Rhea Mehta August 3, 2020

Hi Bill,

 

These seems like the best approach as of now since I want to be able to display this value on the Kanban card. Can you elaborate a little bit on how I could set up this automation rule if I wanted to start counting the number of hours or days when an issue is transitioned to a new status? 

 

Ideally, the trigger would be transitioning an issue from one status to the next. This would reset the counter to 0 and the field would start to count the number of days/hours from the time of transition. Alternatively, is there a specific field type I could use that simple counts up the time? And then I can reset it to 0 as soon as I transition to a new status. 

Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 4, 2020

Hi @Rhea Mehta 

If you just need to see the count of days in status on the board, for Classic boards there is a setting to do this: Board settings > Card Layout > Days in Column

This will start showing dots on the cards, beginning with 1 day, and adding more dots and changing the colors over time. You can hover over the dots to see the exact day count.  The count resets when you move to the next column.  You can learn more about that feature here: 

 https://support.atlassian.com/jira-software-cloud/docs/customize-cards/

If instead you want to persist the time, the automation rule method I described will help.  Please let me know if you need more information on that.

2 votes
Mariana_Pryshliak_Saasjet
Atlassian Partner
August 6, 2020

Hello @Rhea Mehta 

 Additionally to the add-ons recommended above, you can try Time in Status for Jira Cloud.

It calculates the time an issue has been spent in a particular status and generates a report. So you can get actually the data you need.  Also, all apps data are available for charts view, export, and Jira dashboard.

total.pnggadjetchartview.png

I hope, you find this info helpful.

Best regards, Mariana

1 vote
Mehmet A _Bloompeak_
Atlassian Partner
August 3, 2020

Hi @Rhea Mehta ,

You can try below apps developed by our team at Bloompeak.

  • Status Time: It displays time spent on each status based on a calendar(7/24 or working hours). You can change the format of time(E.g hour,  days)
  • Status Time Free is limited version of the above app.

Screen Shot 2020-08-04 at 02.14.18.png

Rhea Mehta August 3, 2020

Thanks! I've just installed the free version and looks good. Is there any way I can put the time for the current field on the Kanban card? 

Mehmet A _Bloompeak_
Atlassian Partner
August 4, 2020

Hi @Rhea Mehta ,

The calculation is done on the fly when you open the issue view screen, it is not stored in any field because it is not a static value for the current status. As the time passes duration of the current status increases. Unfortunately, it is not possible to put it into Kanban card.

0 votes
Emre Toptancı _OBSS_
Atlassian Partner
August 4, 2020

Hello @Rhea Mehta ,

For a ready built solution that offers great fexibility and details, our team at OBSS built Time in Status app. It is available for Jira Server, Cloud and Data Center.

Time in Status allows you to see how much time each issue spent on each status or assigned to each assignee as well as entry/exit dates for all statuses. You can calculate averages and sums of those durations grouped by issue fields you select. (For example see the average InProgress time per project and per issuetype). You can also combine statuses into consolidated columns to see metrics like Cycle Time or Lead Time.

The app calculates its reports using already existing Jira issue histories so when you install the app, you can get reports on your past issues as well.

The app has Custom calendar support which means you can get your reports based on a 24/7 calendar or your custom business calendar. (This one is important because a 24/7 calendar in most cases shows misleading data. For example an issue created at 16:00 on Friday and was resolved at 09:00 on next Monday seems to stay open for 2,5 days but in terms of business hours, it is only a few hours. You can see this using Time in Status by OBSS.)

Using Time in Status you can:

  • See how much time each issue spent on each status, assignee, user group and also see dates of status transitions.
  • Calculate averages and sums of those durations grouped by issue fields you select. (For example see average InProgress time per project and per issuetype.)
  • Export your data as XLS, XLSX or CSV.
  • Access data via REST API.
  • Use one of various chart types.

https://marketplace.atlassian.com/1211756

The app does not provide a Time in Status field that you can put on your Kanban Board but it provides a Time in Status tab on issue view screen that shows all report types for that issue as well as various chart types.

EmreT

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events