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

Compare with Current View Page History

« Previous Version 3 Next »

On this page

Use case

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

This use case might come in handy if you don't want to use extra events in your notification schemes to notify specific users - like the reporter.


Use case details
Condition
Validator
Post functionAdd comment
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.reporter}], 
this issue needs your immediate attention.

Thanks, 
%{system.currentUser.displayName}

The comment includes a mention of the current reporter.

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.



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