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.