🚀 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 3 Next »

On this page



Futures used to implement the example



Example: Create multiple subtasks with different summaries

In this example multiple subtasks should be automatically created with different summaries when creating a new issue.


For example:

Creating issue "Release x.y.z" should automatically create subtasks

  • "Documentation for Version x.y.z"
  • "Blog entry for Version x.y.z"
  • "Newsletter for Version x.y.z"
  • "Social Media for Version x.y.z"


The configuration will look like this:

Text to be parsed is:

getMatchingValue(^,[1,2,3,4],
["Documentation for Version " + %{00074},
"Blog entry for Version " + %{00074},
"Newsletter for Version " + %{00074},
"Social Media for Version " + %{00074}])


Note that:

  • %{00074} is field code for Fix Versions


Once configured, the transition will look like this:


The created issue will look like this:



Related Usage Examples