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

  • IterationIteration. Represents the sprint iteration that just completed, with the iteration payload from the event.
  • Sprint TicketsList<Ticket>. Represents the tickets included in the sprint when it ends.
  • Completed ByUser. Represents the user who completed the sprint, or the user ID if it cannot be resolved.
  • Completed AtDate. Represents when the sprint completion event occurred.
  • Started OnDate. 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.

See also