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

  • IterationIteration. Represents the sprint iteration that just started, with the iteration payload from the event.
  • Sprint TicketsList<Ticket>. Represents the tickets included in the sprint at the moment it starts.
  • Started ByUser. Represents the user who started the sprint, or the user ID if it cannot be resolved.
  • Started AtDate. 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.

See also