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
Tried to list all Jira users using API without any luck.
This the API I tried to hit.
http://ec2-54-237-77-170.compute-1.amazonaws.com:8080/rest/api/2/user/bulk/migration
The response code is 404
was referring this documentation
If possible can someone let me how to get a list of Jira users of a particular project also
You're using Self hosted Jira, so you need to refer to Jira Server REST API rather than using the Cloud API. You can refer to GET User API or Find User. To return a list of all users, you will need to find a creative way to run a loop across the endpoint to extract any available user. You can use the Find user with Permission to locate which user has access to a specific project using the specific parameters. However returning a list of users of the project would require you writing a script to do such.
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.