Hi All,
I need help to find the rest endpoint which provides all the issues in a project which got updated in last 10 mins. Could some one please help me with this.
https://server:443/rest/api/2/search?jql=project=20904&fields=key,summary,description,resolution,updated&maxResults=500&startAt=1&updated[>='2020-10-14T22:21:31']
TIA
Hi @Venugopal Ealuri ,
Give it a try with this restapi call
<yourjirainstance>/rest/api/2/search?jql=project%3DABC%20and%20updated%20>%3D%20-10m
ABC - project key. Replace it with your key.
Thank you @Niranjan ..This is working!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.