-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Jira Server user search API triggers 404 error with accountID #301
Comments
Hi! Thank you for taking the time to create your first issue! Really cool to see you here for the first time. Please give us a bit of time to review it. |
We are currently working on V2 which will have better compatibility between server and cloud versions. |
In the mean time, if you have some ideas on how to fix this issue, we happily accept PRs! |
I think the solution is to implement a new method like |
This issue has been automatically marked as stale because it has not had recent activity in the last 60 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Describe the bug
Current Jira Server API has user search method which unavailable after
f50cb07
To Reproduce
user, _, error := client.User.Get(accountID)
Either the 'username' or the 'key' query parameters need to be provided: request failed. Please analyze the request body for more details. Status code: 404
Expected behavior
No reproduce 404 error with valid request
https://docs.atlassian.com/software/jira/docs/api/REST/8.9.0/#api/2/user-findUsers
Possible Solution
Add both (Cloud and Server) compatibility
Your Environment
Include as many relevant details about the environment you experienced the problem in
go version
): v1.14.4The text was updated successfully, but these errors were encountered: