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
I have an external tool that maps a user's name into a text field.
I have a Jira Automation that triggers when that field changes. I now want to take that text field and find the accountId so I can populate another field that is a user field.
Is this possible?
Something like:
{
"fields": {
"Program Manager": { "id": "{{fieldChange.toAccountId}}" }
}
}
except that there is no function toAccountId that I am aware of.
Hey I realize this is definitely a late response @Alistair Adams but while looking for something related I recently found this excellent article that answers your question (which also came up in my search):
Populate a user picker field from the description field
I hope it's not too late to still help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're right. This question was tagged cloud, so that's what my answer covers.
Would you want this for Server/Data Center? Are you using Automation?
In which case you should be able to replace the API endpoint in the Web request in the example with something like this:
https://YOURJIRASERVER/rest/api/latest/user/search?username={{username.urlEncode}}
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.