When I go to my Jira project's backlog and I create a new sprint then it is neither active nor completed. It is visible on the UI, but it is not visible using the jira sprint list command.
Would it be possible to show such sprints please? Perhaps with "future" sprint state?
The UI http response (?operation=uiJiraSoftwareEditSprintModalQuery) for editing such sprint returns:
{
"data": {
"boardScope": {
"sprint": {
"id": "ari:cloud:jira-software:a40d6e9f-7c48-43c2-be0f-40f51817d237:sprint/124731",
"name": "sprint 2025.07",
"goal": "",
"startDate": "2025-04-21T00:00:00.000+02:00",
"endDate": "2025-05-23T00:00:00.000+02:00",
"sprintState": "FUTURE"
},
"id": "560"
}
},
"extensions": {
"gateway": {
"request_id": "04981fbf-5ace-4e7b-ac04-3cd40da78c67",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
When I go to my Jira project's backlog and I create a new sprint then it is neither active nor completed. It is visible on the UI, but it is not visible using the
jira sprint listcommand.Would it be possible to show such sprints please? Perhaps with "future" sprint state?
The UI http response (?operation=uiJiraSoftwareEditSprintModalQuery) for editing such sprint returns: