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 Version/s"


Once configured, the transition will look like this:


The created issue will look like this:



Other examples of that function

Related Usage Examples