Settings

This field calculates the time between two dates.

Start field and end field

You can specify a system field or a custom field as the date. The main thing is that the field returns values of the java.util. Date type. These can be fields:

The field selection list now contains all custom fields. Filtering inappropriate fields will be improved in new versions.

Show format 

If you have selected the appropriate fields and they have values, the time between dates will be displayed in one of the selected formats. Time formats

Show ABS

If the end date is less than the start date, the time will be shown with a minus sign.

Selecting a work calendar for calculating time

If you have the “Time in status field/Timer/Stopwatch/SLA“(Plugin "Time in status field/Timer/Stopwatch/SLA") plugin installed, then in the field settings, you will see the option to select the working calendar for which the time between dates will be calculated and settings for time formats (D13 +).

JQL functions

Several jql functions are available for the Time between dates field.
The first thing you need to enable indexing for a field. To do this, specify the Search Template: "Time searcher" field in the settings. It is enabled by default.
After changing the settings, you need to run reindex Jira.

JQL functions take the following parameters.

"5h35m12s" - 5 hours 35 minutes 12 seconds
"5h12s" - 5 hours 12 seconds
3000m - 3000 minutes
"0", "0s" ... - time is zero.


Functions available for the field are called via the "in" operator.

Examples