You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We manage a knowledge base review process for our Confluence articles from a Jira Service Management project.
When the article comes due for its annual review I want to add a comment to the article using a JSM automation with a 'Send web request' action. In the comment I want to tag the Confluence article creator.
Each article has a corresponding JSM task the use to 'track' the KB articles. The creator of the article is also set as the 'reporter' on the JSM issues.
I tried sending this body in the 'Send web request'.
{
"type": "comment",
"space": {
"key": "TSS"
},
"body": {
"storage": {
"representation": "storage",
"value": "[~accountid:{{reporter.accountId}}] please review."
}
},
"container": {
"id": 1538850821,
"type" : "global"
}
}
This successfully creates a comment, on the article, but the reporter ID doesn't result in a tagged user in the comment. It looks like this...
[~accountid:xxxxxxxxxxxxxxxxxxxxxxxx] please review.
(I masked the account ID for this posting)
Is there a way to do this?
Hi @Matt Baker,
It could be worth considering using Automation for Confluence to support with this use case - you can read more about it here:
https://community.atlassian.com/t5/Confluence-articles/Introducing-Automation-for-Confluence/ba-p/1978202
Cheers,
Charlie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.