pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.94k stars 859 forks source link

support /rest/agile/1.0/sprint/{sprintId}/swap #1698

Open bitte-ein-bit opened 1 year ago

bitte-ein-bit commented 1 year ago

Problem trying to solve

I'm trying to reorder sprints. Currently, they are only listed in the order they are created.

Possible solution(s)

/rest/agile/1.0/sprint/{sprintId}/swap is an endpoint to swap too sprints.

Alternatives

No response

Additional Context

https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-swap-post has the API details.