Use case
Add 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.
⚒️ Configuration
Target issue*
Select current issue.
The comment will be left in the current issue.
Comment text*
Use the following expression:
Hi [~accountid:%{issue.reporter}],
this issue needs your immediate attention.
Thanks,
%{system.currentUser.displayName}
The comment includes a mention of the current reporter.
The syntax used for the mention guarantees that a working user mention is added to the comment regardless of personal Atlassian account settings of the mentioned user.
Comment author*
Select current user.
The comment will be left as the current user (the user transitioning the issue).
Comment visibility*
For this example we choose unrestricted (all users)
All users with access to the issue will see the comment.
📚 Related examples
| Use case | JWT feature | Workflow function | Use case description |
|---|---|---|---|
| Add a comment with links to attachments that were just added |
|
Add comment | A comment will be added to the current issue with links to the attachments included recently. |
| Add comment when rejecting an issue |
|
Add comment | When an issue is rejected, a comment will be added to the current issue mentioning the reporter. |
| Add formatted comments automatically |
|
Add comment |
Add a formatted comment to the current issue.
It would be convenient in case that you need to create a table or highlight some important points in the comment. |
| Alert the assignee of important issues |
|
Add comment |
Add 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 the important issue |
| Alert the reporter |
|
Add comment |
Add 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. |
| Push status updates to the linked Epic |
|
Add comment |
Add a comment to the linked Epic including the summary and status of the current issue. This is helpful when you don't want to keep track of individual Stories and only receive notifications of the linked Epic (e.g. as a watcher or reporter). |
| Push status updates to the parent |
|
Add comment |
Add a comment to the parent issue including the summary and status of the current issue. This is helpful when you don't want to keep track of individual sub-tasks and only receive notifications of the parent issue (e.g. as a watcher or reporter). |