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

Compare with Current View Page History

« Previous Version 14 Next »

On this page

Use case details
FunctionUpdate fields
Type

Post function

Use case description

This is one of the built-in usage examples and automatically assigns and issue to the project lead.

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

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*

Assignee

  1. Value: Set field value manually (parser expression)
  2. Expression: 

    %{issue.project.lead}

The assignee will be set to the project lead.

Run as *Current userThe post function will be executed as the current user.
Conditional execution
%{issue.priority} = "Highest"
The post function will only be executed if the priority of the issue is set to Highest.



Related examples