Hi, everybody!
I can get issues updated from "startDate" to "endDate" with next rest query
https://****50.206/rest/api/2/search?jql=updated >= "2017/03/02 00:00" and updated <= "2017/03/05 02:15"
But JIRA returns only 50 issuse by default.
If i have 400 issues, can i get issues from "startDate" to "endDate" in parts of 50?
Query https://****50.206/rest/api/2/search?jql=updated >= "2017/03/02 00:00" and updated <= "2017/03/05 02:15" startAt=0 and maxResults=49 doesn't work
Hi Kirill please see available topics on the subject. https://answers.atlassian.com/questions/39128076
You can increase the amount retrieved with REST API on Server version of JIRA.
I would most likely look at min/max keys for the projects I'm interested in retrieve a JQL result set based on that for the applicable way you want to filter time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem please accept the answer
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.