Time in Status

Time in Status

On this page


Field configuration

Before starting the field configuration, please follow the instructions for creating custom fields

Create a Custom Field

 

 

Step 1: Set a name and description

Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.

Step 2: Setup color and size

Set a color for the field and set different colors for your value.


Field view and edit

The time range is displayed in days (d), hours (h) and minutes (min).

 

 

See all status changes

You can’t edit the value in this view, but you can track the progress here and observe the changes in status over time.

Edit mask

 

 

Preview

Issue view

Related Use Cases

More use cases are coming soon. In the meantime, check out our other use cases.


Jira Service Management (JSM)

Before you can add a custom field for Jira Service Management (JSM) projects, you first need to setup the custom field:

Time in Status | Field configuration

Then follow the guide to use the field in the request form or the portal view:

Add Custom Fields to Jira Service Management


JQL expression

The Time in Status field can be accessed like this.

${fieldName}.Time in Status: number

Find further information here Find specific work items | Jira Cloud | Atlassian Support

 

Example: perform a search for all issues that are in the same status for more than 11 days (= 950,400,000 milli seconds).

"Time in Status.Time in Status" < 950400000

Data Structure (Automation)

The Time in status field is currently not compatible with automation.