Close Sprint

Complete an active sprint.

Completes an active sprint (iteration).

Inputs

  • IterationrequiredIteration. Provides the sprint or iteration to close. The executor uses it to resolve the sprint and its project before calling the iteration service.

Outputs

  • ResultBoolean. Indicates whether the sprint close operation succeeded. The executor returns a true result only after the service call completes successfully.

Example use cases

Auto-close on date

Pair with a Recurring Cron scheduler and a DSL Query to close sprints once their end date has passed.

See also