🚀 JWT 3.0 is out 🚀 

The app was completely overhauled, and so was the documentation: Jira Workflow Toolbox (Server/Data Center) Home

The page you are viewing is still valid for all app versions prior to 3.0.

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

Compare with Current View Page History

Version 1 Next »

Features used to implement the example



Example: Calculating remaining time in issues and subtasks of epics

In this example we want to calculate and display the remaining time (in days) of issues and subtasks in an epic.


For this we need a calculated number field. The configuration will look like this:

Text to be parsed is: sum(fieldValue({00024}, issuesUnderEpic() UNION subtasks(issuesUnderEpic()))) /480


The display format configuration is shown in the following screenshot.

Text to be parsed is: ###.## d

This is done for displaying the remaining time in days.


Adding the custom field to the issue screen will look like this: