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

Compare with Current View Page History

« Previous Version 7 Next »

On this page

Use case
Function
Use case description

This is one of the built-in usage examples and automatically adds a comment to an issue mentioning the assignee.

The comment will only be added, if the issue priority is set to 'High' or 'Highest' to ensure that the assignee will only be alerted for important issue

Complexity

BEGINNER




Configuration steps


Definition of basic (required) parameters

ParameterValue(s) / Steps to set value(s)Notes
Target issueCurrent issueThe comment will be left in the current issue.
Comment text
Hi [~%{issue.assignee}], 
this issue needs your attention. Please provide feedback as soon as possible!

Thanks, 
%{system.currentUser.displayName}

The comment includes a mention of the current assignee.

Comment authorCurrent userThe comment will be left as the current user (the user transitioning the issue).
Comment visibilityUnrestricted (all users)All users with access to the issue will see the comment.
Conditional execution
%{issue.priority} in ["High","Highest"]
The post function will only be executed and the comment be left, if the priority of the issue is High or 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