Hi All,
I am consuming below jira rest service using java.I am not able to getting response.i am getting response code as 400.
https://itc-cloudio.atlassian.net/rest/api/2/search?jql=created>=-1h OR updated>=-1h
The same service which i am testing postman getting response successfully.
Could you please confirm anyone.
Can i use JQL in java consuming side.
Hi,
you have to url encode (see https://en.wikipedia.org/wiki/Percent-encoding) the parameters, than the link looks like this
https://itc-cloudio.atlassian.net/rest/api/2/search?jql=created%3E%3D-1h%20OR%20updated%3E%3D-1h
Henning
Hi Henning Tietgens,
working..Thank you Henning Tietgens.
Regards,
Nageswara
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.