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

Compare with Current View Page History

Version 1 Next »

On this page

Use case details
FunctionUpdate fields
Type

Use case description

When an issue is created without an assignee selected, assign it 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} = ""
The post function will only be executed if the assignee is empty.

Variations

You can easily modify this use case to further restrict the execution of the post function.

ParameterValue(s) / Steps to set value(s)Notes

Conditional execution

XXX



Conditional execution
XXX




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

Related examples