Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to close sprint automatically?

Krishna Raghavarapu
Contributor
May 21, 2022


Dear Team,

How to close sprint automatically?

Is it possible with jira automation or API and script?

Thanks 

Siva

 

1 answer

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
May 21, 2022

Hi @Krishna Raghavarapu ,

there a REST api that you could use for that scope

https://developer.atlassian.com/cloud/jira/software/rest/api-group-sprint/#api-rest-agile-1-0-sprint-sprintid-put

Update sprint

  • A sprint can be completed by updating the state to 'closed'. This action requires the sprint to be in the 'active' state. This sets the completeDate to the time of the request.

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer