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

[2017-02-26] Released Jira Workflow Toolbox 2.2.32

New features

  • Added parsing function wikiToHTML(), that can be used for composing emails in HTML format using fields with rich text format, like issue Description. Usage example: Issue #486
FunctionReturned value
wikiToHTML(string s) : stringRenders rich text wiki content into HTML.
Example: wikiToHTML("+Hello *world*!+") return "<p><ins>Hello <b>world</b>!</ins></p>".

Bug fixes

  • Minor UI bugs.