-
Notifications
You must be signed in to change notification settings - Fork 171
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
Allow to use GET (not only POST) for /search
endpoint
#368
Comments
My workaround:
|
/search
endpoint
Per their docs:
The benefit of using the POST method is larger search strings can be passed. Could you paste the error message you're reciveing when using the POST method? |
I'm getting 403 forbidden, maybe server don't have/handle post requests for some reason. Query params can be very long so there should not be any problem with jql query lenght. Maybe lets user decide which one should be used? |
Is there possibility to switch to version with GET (instead of POST) like python client has? I can only use GET method, POST will fail.
The text was updated successfully, but these errors were encountered: