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

Automatically assign and issue to the project lead.

Issues will only be re-assigned if thepriority of the issue is set to Highest to make sure that only important issues are being escalated.



Configuration steps

UI Steps


UI Step

Target issue*

Select current issue.

Expand
titlemore info...


UI Text Box
typeinfo

The current issue will be updated.




UI Step


UI Steps

Fields

UI Step

Select Assignee.

In the popup field:

UI Step

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

Code Block
linenumberstrue
%{issue.project.lead}


UI Text Box
typeinfo

The assignee will be set to the project lead.





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.priority} = "Highest"


UI Text Box
typenote

The post function will only be executed if thepriority of the issue is set to Highest.





Related example

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

Automatically assign and issue to the project lead.

Issues will only be re-assigned if thepriority of the issue is set to Highest to make sure that only important issues are being escalated.

Complexity

Status
colourGreen
titleBeginner