Versions Compared

Key

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

[2017-10-25] Released JIRA Workflow Toolbox 2.2.43

New Features

  • New virtual field "Available transitions" which returns a comma separated list with the names of all the transitions with origin in current issue status.

Improvements

  • Virtual field "Current transition", when used by conditions, returned a comma separated list with the names of the transitions with origin in current issue status, but when used by validations and conditions only returned the name of current transition. Now, it behaves in conditions as in validations and post-functions.

    WARNING!: If you are currently using field "Current transition" in conditions (not validators nor post-functions), you should replace it with field "Available transitions" in order to keep the exact same behavior.

...

  • Issue #598 - Parameter "Project Key" has been renamed to "Project Key/Name" in post-function Create issues and sub-tasks, so that the string expression expected when this option is selected, can return either a project key or a project name.

Bug Fixes

  • Issue #781 - Function datePart() fails when argument is null.

...