Hello, community!
I am looking for a way to automate the start and end of Sprints in Jira using the REST API. I would like to know if anyone has implemented something similar and what the necessary steps would be to set up this automation. Additionally, where can I find the official documentation that addresses this specific topic?
Any help or guidance would be greatly appreciated!
Thank you!
You need to use the Update Sprint endpoint
https://your-domain.atlassian.net/rest/agile/1.0/sprint/{sprintId}
Please refer to the documentation https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-put
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.