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

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.


Use case details
Condition
Validator
Post functionUpdate fields
Complexity

BEGINNER




Configuration steps


Definition of basic (required) parameters

ParameterValue(s) / Steps to set value(s)Notes
Target issueCurrent 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 asCurrent 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.



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



Related examples