Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Section


Column
width600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




Futures

Features 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

Incoming Links
pageCreate issues and sub-tasks
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "post-function"