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

Keep your team on track and never miss a deadline, the following use case will create a sub-task mentioning the assignee's full name and with issue links linked to the appropriate issue whenever a high priority issue has been moved to the status "Review"



Configuration steps

UI Steps


UI Step

Mode*

Choose Single issue.


UI Step

Issue type*

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


UI Step

Parent issue*

Select Current issue.


UI Step

Summary*

Insert the following expression:

Code Block
languagebash
linenumberstrue
Dear %{issue.assignee.displayName},

Please review the parent issue of this sub-task as soon as you can.

Cheers,
Administration

with parsing mode set to General.


UI Step
UI Steps


UI Step

Select relates to (Relates) - inward as the link type


UI Step

Issues to be linked*

This will show up in the popup window.

Choose Current issue.


UI Text Box
typetip

For more information about this feature, visit the following page.




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 Boolean expression:

Code Block
languagebash
linenumberstrue
%{issue.status} = "Review" and %{issue.priority} = "High"





Related examples

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


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


TypeJWT feature

Workflow functionCreate issue
Parser functions
Label
Use case description

Keep your team on track and up to date by creating a sub-task mentioning the assignee's full name and with issue links linked to the appropriate issue whenever a high priority issue has been moved to the status "Review"

Complexity

Status
colourGreen
titlebeginner