I am trying to create an automation that posts a comment to an issue given some criteria. The comment has a message but needs to tag a dynamically pulled user - the user in the Reporter field (which is the user that created the original jira issue). Can it be done? Thanks
I ended up using [~accountid:{{reporter.accountId}}], I wonder if what you are suggesting can do the same for me...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able to mark the user using [~accountid:{{customfield_11428.accountId}}], using a custom user field in my project.
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.