🚀 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

« Previous Version 3 Current »

[2017-03-15] Released Jira Workflow Toolbox 2.2.34

New features

  • Added new functions to the parser:
FUNCTIONRETURNED VALUE
formatWorkDuration(number duration) : stringSimilar to function formatDuration() but using the workday and workweek defined at time tracking configuration, instead of 24 hours per day and 7 days per week.
Example: formatWorkDuration(5 * 8 * {HOUR} + 2 * 8 * {HOUR} + 3 * {HOUR}) returns "1 week, 2 days, 3 hours", with 8 hours per workday and 5 days per workweek.
shortFormatWorkDuration(number duration) : stringSimilar to function shortFormatDuration() but using the workday and workweek defined at time tracking configuration, instead of 24 hours per day and 7 days per week.
Example: formatWorkDuration(5 * 8 * {HOUR} + 2 * 8 * {HOUR} + 3 * {HOUR}) returns "1w 2d 3h", with 8 hours per workday and 5 days per workweek.

Improvements

  • More examples in the parser's documentation.

Bug fixes

  • Issue #537 - Problems with functions related to field edition in transition screen