Hi All,
The below rest API consuming the java.As of now i am getting last one hour records.
But recently my client requirement changed.could you please provide me how to get last 5 min created and updated records in terms of hours i need minutes.can i use same api.how to pass minutes parameters below API.
https://itc-cloudio.atlassian.net/rest/api/2/search?jql=created%3E=-1h%20OR%20updated%3E=-1h
Regards,
Nageswara K
Hi Nageswara,
replace hour(h) with minute (m) in the above api
https://itc-cloudio.atlassian.net/rest/api/2/search?jql=created%3E=-5m%20OR%20updated%3E=-5m
Regards,
Madhura
Hi Madhura,
Thank you ..working as expected..
Regards,
Nageswara K
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.