Sprint Restarted
Fires when a completed sprint is restarted.
Fires when a completed sprint is restarted, exposing the iteration, its tickets, and who restarted it.
Inputs
This node has no inputs.
Outputs
- Iteration — Iteration. Represents the sprint iteration that was restarted, with the iteration payload from the event.
- Sprint Tickets — List<Ticket>. Represents the tickets included in the sprint when it is restarted.
- Restarted By — User. Represents the user who restarted the sprint, or the user ID if it cannot be resolved.
- Restarted At — Date. Represents when the sprint restart event occurred.
- Originally Started — Date. Represents the sprint’s original start date before it was restarted.
Example use cases
Re-open sprint work
When a sprint is restarted, iterate the Sprint Tickets and move any that were closed back into an active state.
Audit restarts
Record Restarted By and Restarted At so re-opening a finished sprint stays traceable.