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).*
typeflat
separatorpipe


UI Text Box
sizemedium
typeinfo

Use case

Create multiple sub-tasks with different summaries and descriptions.

Configuration steps

UI Steps
UI Step

Mode*

Choose Multiple issues based on a number and indicate indicate the number of sub-tasks that you would like to create.

UI Step

Issue type*

Choose Selected issue type and the Sub-task issue type.

UI Step

Parent issue*

Select current issue.

Expand
titlemore info...
UI Text Box
typeinfo

Thesub-task will be created under thecurrent issue.

UI Step

Summary*

Insert the following expression:

Code Block
linenumberstrue
%{nthElement(["First summary", "Second summary", "Third summary"], {seed.number})}
UI Text Box
typenote

Make sure that the number entered to define the number of issues to be created matches the number of texts in the list.

Every text in the list from the expression represents each one of the summaries of the sub-tasks. The sub-tasks will acquire them based on the order of creation.


UI Step

Description

Insert the following expression:

Code Block
linenumberstrue
%{nthElement(["First description", "Second description", "Third description"], {seed.number})}
UI Text Box
typenote

Every text in the list from the expression represents each one of the descriptions of the sub-tasks. The sub-tasks will acquire them based on the order of creation.

UI Step

Run as*

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

  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 functionsnthElement()
Label
Use case descriptionCreate multiple sub-tasks with different summaries and descriptions.
Complexity

Status
titleINTERMEDIATE