Versions Compared

Key

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


Panel

On this page

Table of Contents
exclude(On this page|Use case|Issue type*|Parent issue*|Summary*|Description|Run as*|Issue type*|Parent issue*|Summary*|Description|Run as*).*
stylecircle
typeflat
separatorpipe



UI Text Box
sizemedium
typeinfo

Use case

When a story is approved, two sub-tasks for Development and QA will be created.



Configuration steps

UI Steps


UI Step

Mode*

Choose Multiple issues based on a text list.

Expression

Code Block
linenumberstrue
["Development","QA"]

with parsing mode set to General.

UI Text Box
iconfalse
typeinfo

The number of list elements defines the number of issues to be created.



UI Step

Issue type*

Choose Selected issue type and Sub-task as its value.

Expand
titlemore info...


UI Text Box
typeinfo

The issue type to be created is being set to Sub-task.



UI Text Box
typenote

The issue type must be present in your system.



UI Step

Parent issue*

Select current issue.

Expand
titlemore info...


UI Text Box
typeinfo

The sub-task will be created under the current issue .




UI Step

Summary*

Insert the following expression:

Code Block
linenumberstrue
%{seed.text} of %{issue.key}


Expand
titlemore info...


UI Text Box
typeinfo

A generic summary indicating the purpose of the sub-task.




UI Step

Description

Insert the following expression:

Code Block
linenumberstrue
This sub-task was automatically created because the Story and parent issue %{issue.key} has been approved.
In case doubts or concerns do not hesitate to contact [~accountid:%{system.currentUser}].


Expand
titlemore info...


UI Text Box
typeinfo

The description links to the current issue key.



UI Text Box
typenote

The syntax used for the mention guarantees that a working user mention is added to the comment regardless of personal Atlassian account settings of the mentioned user.



UI Step

Run as*

Choose which user* will be able to execute the post function. By default, it is set to the Current user.


UI Step

Conditional execution

Insert the following expression using the parser mode "Logical":

Code Block
linenumberstrue
%{issue.issueType} = "Story"


UI Text Box
typenote

The sub-task will only be created if the current issue (parent) is a Story.





Related examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Parser functions, Complexity
sortByTitle
cqllabel = "use-case" and ancestor = "38569502"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


JWT feature

Workflow functionCreate issue
Parser functions
Label
Use case description

When a story is approved, two sub-tasks for Development and QA will be created.

Complexity

Status
colourGrey
titleintermediate