Versions Compared

Key

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


Section


Column
width30%600px


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

Table of Contents
maxLevel1



Column




Features used to implement the example



Example: Create 3 issues in 3 different projects

This is an example of creation of multiple issues based on seed numbers using Create issues and sub-tasks post-function. This example requires version 2.2.25 or higher.

We want to automatically create 3 tasks in 3 different project (project keys DCM, NA and TS), each time a task is moved to "In Progress" status in project with key ER.

We insert Create issues and sub-tasks post-function in transition "Start Progress" of tasks in project ER. We use the following configuration:


Text to be parsed is: 

getMatchingValue(^, [1,2,3], ["DCM", "NA", "TS"])

getMatchingValue(^, [1,2,3], ["Install PC for " + %{12700}, "Network account for " + %{12700}, "Telephone set for " + %{12700}])

getMatchingValue(^, [1,2,3],
[
"Install a PC for the new employee " + %{12700},
"Create network a account for the new employee " + %{12700},
"Install a telephone set for the new employee " + %{12700}
])


Once configured, transition will look like this:




Result screenshots post-function "Create issues and subtasks" - 3 issues in different projects



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"