Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

Calculates the time passed from the creation of an issue to its resolution
Excerpt
hiddentrue
Panel
panelIconIdatlassian-info
panelIcon:info:
panelIconText:info:
bgColor#F4F5F7

This page is about JEP for Jira DC. Using Cloud? Click here.

The Resolution Time Calculator  works out the amount of time passed from the creation of an issue to its resolution.

To define or update the Resolution Time Calculator

...

custom field automatically calculates the elapsed time between an issue's creation and its resolution. This metric provides valuable insights into team performance and workflow efficiency.

On this page:

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

Step 1: Create a Resolution Time Calculator custom field

  1. From Jira settings, navigate to Manage Apps.

  2. From the side menu, find Enhancer Plugin for JIRA.

  3. Click Custom Field Configuration.

  4. Click the Add new JEP custom field button.

  5. Click the Duration tab on the left-hand side of the dialogue. 

  6. Select Resolution Time Calculator, then

...

  1. click Add custom field.

...

  1. Image Added

Step 2: Configure the field

  1. Fill in the dialog box:

...

  1. Image Added
    • NameCreate a

...

    • name for the custom field (this will appear on screens and can be used in JQL).

    • Working calendar – Choose a working calendar (defined in Jira Admin > Manage apps > ENHANCER PLUGIN FOR JIRA > Calendars) to calculate time based on specific work hours.

    • Time format –  Configure the display options (both for the issue main view and navigator view). The Use Separator lets you define your own separator for the time display. You can also choose to not have a separator.

  1. Click the Save custom field button.

Tip

You must link the custom field with the appropriate screens to see them. For more information, refer to the Jira documentation.

Usage in JQL searches

You can use the Resolution Time Calculator

...

in your JQL

...

Image Removed

...

(Jira Query Language) searches to filter and sort issues based on their resolution time.

Basic View:

  • In your JQL search, add the Resolution Time Calculator field, and specify the desired time range using a duration format (e.g., "1h" for 1 hour, "1d 4h" for 1 day and 4 hours).

    Image Added

Advanced View:

  • You can simply type the below ("JEP - time till resolution" is the custom field name).
    "JEP

...

  • -

...

  • time

...

  • till

...

  • resolution"

...

  • <=

...

  • "1d

...

  • 4h"

...

  • AND

...

  • "JEP

...

  • -

...

  • time

...

  • till

...

  • resolution"

  • You can also use the Resolution Time

    Calculator for

    Calculator for ordering results (in both ascending, ASC, and descending, DESC, order).

Excerpt
hiddentrue

Calculates the time passed from the creation of an issue to its resolution.