Skip to end of banner
Go to start of banner

IC - FAQ

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

Can the 'Total Time in Status' field be JQL searchable?

This feature cannot be implemented due to the nature of the field and the way Jira search works.

Currently,  Lucene-based Jira search works through indexes which are updated when the Issue is edited. This facilitates and speeds up the search.
The plugin SLA field is a calculable custom field that changes its value every millisecond. We get the value of this field only at the moment when it is addressed or displayed / modified. If the Issue has not been accessed or edited for a while, the index value in Lucene will 'remember' only its last state which can be a years ago, which cannot be considered a reliable result in the search.

Cloud version: Can I see ticket age on the ticket without having to click on the panel?

Yes.

According to Atlassian there are two options for Total Time in Status panel display when you open a ticket:

  1. New display hides the panel, and you need to click on it to see the results as shown on the examples below.






  2. Old display makes the panel visible immediately. To enable this view, add ?oldIssueView=true to your URL. As a result, you will see the information on the ticket age without any additional clicks.


In Jira Software and Jira Core, you can define the way you want to display the panel in your profile settings:

  1. Go to Your profile and settings and select Personal settings.
  2. Toggle the switch for the New Jira issue view.

     

The selected display will be applied to all tickets that you view in Jira.

  • No labels