Move to Sprint

Move a ticket to a different sprint.

Moves a ticket into the sprint you select.

Inputs

  • TicketrequiredTicket. Provides the ticket to move. The executor requires a valid ticket before it can update the iteration field.
  • IterationrequiredIteration. Sets the target sprint or iteration. The executor expects an iteration object, reads its id, and fails if the id cannot be extracted.

Outputs

  • SignalBoolean. Indicates the ticket was moved successfully. It is the success signal used to allow downstream execution.
  • IterationIteration. Returns the iteration input that was passed in. The node only projects this output when requested, so it can be used to carry the same iteration object forward after the move.

Example use cases

Carry over a blocked ticket

Move a still-open ticket into the upcoming sprint when its current one ends.

See also