Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added use case description to page properties and Ancestor.


Panel

On this page

Table of Contents
exclude(On this page|Use case).*
typeflat
separatorpipe


UI Text Box
sizemedium
typeinfo

Use case

This use case is made to create many multiple sub-tasks with different summary and description. 

Configuration steps

UI Steps
UI Step

Mode*

Choose Multiple issues (according to the desired number of sub-tasks).

UI Step

Issue type*

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

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
%{
{seed.number} = 1 ? "Summary name 1" : (
{seed.number} = 2 ? "Summary name 2" : (
{seed.number} = 3 ? "Summary name 3" : (
{seed.number} = 4 ? "Summary name 4" : (
{seed.number} = 5 ? "Summary name 5" : (
{seed.number} = 6 ? "Summary name 6" : (
{seed.number} = 7 ? "Summary name 7" : 
"Default summary"
))))))
}
UI Step

Description

Insert the following expression:

Code Block
linenumberstrue
%{
{seed.number} = 1 ? "Description text 1" : (
{seed.number} = 2 ? "Description text 2" : (
{seed.number} = 3 ? "Description text 3" : (
{seed.number} = 4 ? "Description text 4" : (
{seed.number} = 5 ? "Description text 5" : (
{seed.number} = 6 ? "Description text 6" : (
{seed.number} = 7 ? "Description text 7" : 
"Default text"
))))))
}	
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 functions
Label
Use case descriptionThis use case is made to create multiple sub-tasks with different summary and description.
Complexity

Status
titleINTERMEDIATE