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

  • IterationIteration. Represents the sprint iteration that was restarted, with the iteration payload from the event.
  • Sprint TicketsList<Ticket>. Represents the tickets included in the sprint when it is restarted.
  • Restarted ByUser. Represents the user who restarted the sprint, or the user ID if it cannot be resolved.
  • Restarted AtDate. Represents when the sprint restart event occurred.
  • Originally StartedDate. 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.

See also