Sprint Started
Fires when a sprint begins.
Fires when an iteration begins and hands you every ticket it contains.
Inputs
This node has no inputs.
Outputs
- Iteration — Iteration. Represents the sprint iteration that just started, with the iteration payload from the event.
- Sprint Tickets — List<Ticket>. Represents the tickets included in the sprint at the moment it starts.
- Started By — User. Represents the user who started the sprint, or the user ID if it cannot be resolved.
- Started At — Date. Represents when the sprint start event occurred.
Example use cases
Kickoff summary
Feed Sprint Tickets into For Each to tag each ticket as in-sprint, then post a kickoff note.