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
In Automation, one of my business units would like to modify the description field and insert @mentioned users before the issue is created.
Is there a way in automation to make the description field wiki mark-up so I can achieve what the business is looking to do? Is there a better way in handling notifications overall?
Thanks,
Jonathan
Hi @Jonathan Smith ,
In order to mention users in fields you have to use the user´s accountID.
See a detailed description below:
Best
Stefan
@Stefan Salzl The test users got the notifications as desired (after I added them to the project...). Thank you for your assistance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Stefan Salzl Can this process work for Atlassian teams as well? I tried to insert the ID for the team, but it comes up as unknown user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mentioning a team in the wiki description field works fine, but again, I am trying to do this in the automation description field ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jonathan Smith - Automation doesn't have a wysiwyg editor. However, if the field is configured for wiki renderer, you can pass formatting by using markdown. For example, If I wanted to send something like:
My sample formatted text with:
It would look like this:
My *sample* _formatted_ text with:
* bullet 1
* bullet 2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.