🚀 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 5 Current »

Direct download from Marketplace  

New features

  • Target issue selection in Log work post function
  • Parser rendering language can now be changed, the default setting is the Jira indexing language.

New expressions in the parser

Function prototypeReturned value
attachmentUrls() : string listReturns a string list with the URL of attachments of current issue.
attachmentUrls(issue list issue_list) : string listReturns a string list with the URL of attachments of issues in issue_list.
attachmentUrls(string list attachments_regexp) : string listReturns a string list with the URL of attachments of the current issue with names matching a regexp in attachments_regexp.
attachmentUrls(issue list issue_list, string list attachments_regexp) : string listReturns a string list with the URL of attachments of issues in issue_list with names matching a regexp in attachments_regexp.

 Bug fixes

  • Transition issues post function view was broken after renaming the target workflow.
  • Validation error messages now show up correctly at the selected field on the "Create issue" screen.
  • Function projectCategory() now returns the project category instead of null.
  • The transition of linked issues is now working without a selected Issue Link Filter in the Transition issues post function.
  • Clear field value option is now working for the Watchers field.
  • {Date and Time of resolution} now returns the correct date even if the issue history has no entry for issue resolution date.
  • Changing a value for a selected field in the fields to update section did not show up in the configuration of the Create issues and subtasks post function.
  • Setting epic link did not create the change history entry in the epic and threw an error in the log.
  • Converting from string to number bug, the exponent 10 got cut off