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

Compare with Current View Page History

« Previous Version 24 Next »

On this page

Use case details
Function
Type

Post 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 issue*Current issueThe comment will be left in the current issue.
Comment text*
Hi [~accountid:%{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 author*Current userThe comment will be left as the current user (the user transitioning the issue).
Comment visibility*Unrestricted (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.



Related examples