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

[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
FUNCTION RETURNED VALUE
wikiToHTML(string s) : string Renders rich text wiki content into HTML.
Example: wikiToHTML("+Hello *world*!+") return "<p><ins>Hello <b>world</b>!</ins></p>".

Bug Fixes

  • Minor UI bugs.