I need that accountID, to insert it to Validator on JMWE
To find the accountId of any user, and insert it in a Jira Expression or groovy Template, you can use the "Lookup user..." button of the editor toolbar:
This example is for Nunjucks but it works the same in the Jira Expressions editor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey @Rizky.Tuasikal ,
The "Automation for Jira" user is the one you are trying to find I assume?
I ran in to a similar issue and it doesn't seem to be a regular account. I worked around it by instead of using the account to actually use the project rol of the addons.
atlassian-addons-project-access
which I then used on the workflow properties as id 10500.
I don't know the details of your validator but it might help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
well guys, I found it:
The accountID for Jira Automation is:
user.accountId == "557058:f58131cb-b67d-43c7-b30d-6b58d40bd077"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at this post, maybe can help you
https://community.atlassian.com/t5/Jira-questions/where-can-i-find-my-Account-ID/qaq-p/976527
Cheers
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.