[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