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

Compare with Current View Page History

« Previous Version 9 Next »

On this page

Use case details
FunctionUpdate fields
Type

Use case description

When an issue is created without an assignee selected, the issue will be assigned to the project lead of the project.

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: Parser expression
  2. Expression: 

    %{issue.project.lead}

The project lead will be set as assignee of the issue.

Run as *Current userThe post function will be executed as the current user.
Conditional execution
%{issue.assignee} = null
The post function will only be executed if the assignee is empty.



This is how it's done


Screencast

<Screencast goes in here> Detailed instruction can be found here: https://www.decadis.net/confluence/display/XAPPSBRANDING/Screencasts+Framework

Use multimedia macro!



This is how it should look like



WhereFinal configuration
Backend


Frontend<Screenshot goes here → max 800px width >



Related examples