Hi, I am using this api -
to get the users to whom I can assign the projects, but it return the response as follows-
How can i get the users?
I highly recommend you read the documentation for the Find users assignable to projects endpoint more thoroughly.
A query to find "query" means absolutely nothing. so the endpoint is just returning what you asked it to find.... absolutely nothing.
yes I got it , it was using -
https://name.atlassian.net/rest/api/3/user/assignable/search?issueKey={}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That endpoint is for finding users that are assignable to ISSUES, not PROJECTS
That endpoint does a totally different thing to what your original question said you needed to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know David, I have resolved both the apis in postman . Did not add the other screenshot.
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.