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



UI Text Box
sizemedium
typeinfo

Use case

When a sub-task is created, its summary, issue key and date, and time of creation will be added to the description of the parent issue.



Configuration steps

UI Steps


UI Step

Target issue*

Select Parent of current issue.

Expand
titlemore info...


UI Text Box
typeinfo

The parent of the current issue will be updated.




UI Step

Fields

UI Steps


UI Step

Select Description.

In the popup field:

UI Step

Set the Value* to Set field value manually (parser expression) and insert the following expression:

Code Block
linenumberstrue
%{parent.description}
Sub-task %{issue.key} has been created on %{system.currentDateTime}.


UI Text Box
typeinfo

The issue key and date and time of creation of the sub-task will be added to the description of the parent issue.





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:

Code Block
linenumberstrue
%{issue.issueType} = "Sub-task"


UI Text Box
typenote

The post function will only be executed if the created issue is a sub-task.





Related examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Parser functions, Complexity
sortByTitle
cqllabel = "use-case" and space = currentSpace() and ancestor = "38569498"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


JWT feature

Workflow functionUpdate fields
Parser functions
Label
Use case description

When a sub-task is created, its summary, issue key and date, and time of creation will be added to the description of the parent issue.

Complexity

Status
colourGreen
titleBeginner