This type of read-only custom field has a value which is dynamically calculated from a custom math/numeric expression. It can be used to obtain a numeric value depending on the value of other fields in current issue or in any other issues (linked issues, sub-tasks, epics, stories, JQL selected issues, etc).
Configuration
Math expression
Example 1 : Calculated Number Field "Number of Blocking Issues"
Create a new Calculated Number Field custom field called "Number of Blocking Issues"
Head over to Administration → Issues
→ Custom fields → Add custom Field → Advanced → Calculated Number Field (by JWT)
On the configuration screen of the newly created custom field go to Actions and click on Configure
Click on Edit Math/Time Expression
Configure the field by entering a math/time expression. Learn more about JWT expression parser. After the configuration, click on Save
The math expression used in this example is: count(filterByResolution(linkedIssues("is blocked by"), ""))
To achieve this, the following functions are used:
Finally, the configuration of the new custom field should look like this:
Example 2: Calculated Number Field "Time to Due Date"
Example 3: Field to show time since issue creation resolution
If you still have questions, feel free to refer to our support team.