Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[2016-11-25] Released

...

Jira Workflow Toolbox 2.2.26

New Features

Added 2 new read-only virtual fields:

Field nameTypeValue returned when cast to stringExamples
Current transitionText stringWhen 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 statusText stringWhen 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.