You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

On this page

Use case details
FunctionUpdate fields
Type

Post function

Use case description

When an issue is created with the "Infrastructure" component selected, the priority will be set to "Highest".

Complexity

BEGINNER



Configuration steps

Definition of basic (required) parameters


ParameterValue(s) / Steps to set value(s)Notes
Target issue*Current issueThe current issue will be updated.
 Fields*

Priority

  1. Value: Parser expression
  2. Expression: 

    1

The priority will be set to priority with the ID "1", which in this case is "Highest".

Run as*Current userThe post function will be executed as the current user.
Conditional execution
"Infrastructure" IN %{issue.components}
The post function will only be executed if the "Infrastructure" component has been set.



Related examples