Sprint Completed
Fires when a sprint ends.
Fires when an iteration ends, with the full set of tickets it held.
Inputs
This node has no inputs.
Outputs
- Iteration — Iteration. Represents the sprint iteration that just completed, with the iteration payload from the event.
- Sprint Tickets — List<Ticket>. Represents the tickets included in the sprint when it ends.
- Completed By — User. Represents the user who completed the sprint, or the user ID if it cannot be resolved.
- Completed At — Date. Represents when the sprint completion event occurred.
- Started On — Date. Represents when the sprint originally started, taken from the iteration or loaded from storage.
Example use cases
Roll over unfinished work
Iterate Sprint Tickets and, for any not in a Done state, use Move to Sprint to carry them into the next iteration.