I want to get all issues in future Sprints or backlog for all unreleased versions using Jira rest api. Can sombody help ?
You should be able to get the interested tickets directly in Jira using the JQL -> sprint in futureSprints() OR versions in unreleasedVersions()
To use it in your client via rest api, pass the jql via the call GET /rest/api/2/search
Refer to https://docs.atlassian.com/software/jira/docs/api/REST/8.5.15/#api/2/search-search
sprint in futureSprints() also showing some closed issues which are not available in future sprints actually. not sure why ?
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.