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
Is there any REST API or other methods to get Account ID of others automatically (by Scriptrunner)?
Hi Kannpitcha,
Thank you for your question.
I can confirm that to get the account of a user, you can navigate to the URL of <JiraBaseURL>/people/search inside of Jira to find a user's account ID.
If you wish to look up the accountId in a script, you can call the Jira Find Users API, which Atlassian provides to find a user.
We have an example script that shows how to do this here on line 25
This example shows how to call the Find Users API to search for a user and get their accountId and should help you to achieve your requirements.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kannpitcha,
You are welcome and I am glad this helped you to solve your problem :)
Regards,
Kristian
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.