-
Suggestion
-
Resolution: Unresolved
-
7
-
13
-
Issue Summary
Sometimes we need to mention a group e.g.: @admins in the comments. Considering this, we should be able to mention a group. For example:
[~admins] [~users-group]
Workaround
The previous workaround is not available anymore.
As a workaround, I recommend replacing the "Add comment" action with a "Send web request" action for greater flexibility. This approach allows you to manually craft the storage format and utilize it via this endpoint:
- https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-comment/#api-footer-comments-post
This method also enables you to specify the correct page by resolving the `page.id` within the request body.
- is duplicated by
-
AUTO-886 Ability to @mention a team in a comment via Automation
- Closed
-
JSDCLOUD-4303 Allow mention variables in comments
- Closed
-
JSDCLOUD-10576 To mention a user, provide an ability to pick user in comment action of Automation
- Closed
-
JSWCLOUD-22757 Add @mentions to Event condition for automation.
- Closed
- is related to
-
AUTO-886 Ability to @mention a team in a comment via Automation
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[CONFCLOUD-79268] Ability to @mention a user or group in a comment via Automation
All comments
Pinned by
Trevor Angle
Hi everyone,
This is Trevor from the Confluence team. It is now possible to mention a user through Confluence automation. The syntax is the same as Jira automation, and it looks like this:
accountId:<the account ID>
For example, accountId:12345. You can also combine this with smart values, eg {{page.author.accountId}}.
This syntax works in the 'Add comment' action and the 'Publish new page' action (if you include content in the page body).
Note that we have not yet added support for mentioning groups through Confluence automation. Please continue to vote and comment on this ticket with your needs and use-cases for mentioning groups with automation.
Best,
Trevor Angle