🚀 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.

[2016-11-25] Released Jira Workflow Toolbox 2.2.26

New Features

Added 2 new read-only virtual fields:

Field name Type Value returned when cast to string Examples
Current transition Text string When used in a validation or a post-function: the name of the transition being executed. In other cases: a comma separated list with the names of the transitions departing from current status. In a validation: Start Progress

In a condition: Start Progress, Resolve Issue, Close Issue
Target status Text string When used in a validation or a post-function: the name of the target status of the transition being executed. In other cases: a comma separated list with the names of the target status of the transitions departing from current status. In a validation: In Progress

In a condition: In Progress, Resolved, Closed

Improvements

Bug Fixes

  • Issue #445 - Field Account of Tempo Timesheets could not be set. This bug was introduced in version 2.2.18.
  • Virtual field "Last comment" always returned an empty string when used by a condition feature.