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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.