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

On this page



Features used to implement the example



Example: Parse description for creating issue links

Let's see a configuration that allows creating issue links of type "relates to" simply when we insert sentences like "relates to " + comma separated list of issue keys (e.g. relates to CRM-34, HR-12, HR-25) in an issue's Description. We need to use two post-functions in "Create Issue" transition (after "Creates de issue originally" post-function):

We insert Parse field for extracting data post-function in "Create Issue" transition using the following configuration:



Text to be parsed is: relates\s+to\s+

Format of the value to be extracted: (\w+-\d+\s*,?\s*)+


We insert Create issue link post-function in "Create Issue" transition using the following configuration:



Once configured, "Create Issue" transition look like this:



Example result:




Related Usage Examples