How to close sprint automatically?

Krishna Raghavarapu 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 _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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