Hello,
I'm planning to use the agile API to create/update/delete/view Sprints and I can reorder them nicely in the UI.
/rest/agile/latest/board/2/sprint returns the sprints in the correct order, so far so good.
However, I do not see any properties of the Sprint (e.g. with /rest/agile/latest/sprint/3 ) that would indicate an order, and I did not find any board or sprint API method to change the order.
Did I overlook something or is there really no way to reorder Sprints on a Board via the API?
Thanks & all the best
Josef
Hi @Joe M
There is a SWAP sprint REST API
https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/sprint-swapSprint
Will that help you?
Hello @Fazila Ashraf
Thank you so much for your answer, this is exactly what I was looking for!
So I really overlooked something :-)
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.