Move to Sprint
Move a ticket to a different sprint.
Moves a ticket into the sprint you select.
Inputs
- Ticketrequired — Ticket. Provides the ticket to move. The executor requires a valid ticket before it can update the iteration field.
- Iterationrequired — Iteration. Sets the target sprint or iteration. The executor expects an iteration object, reads its id, and fails if the id cannot be extracted.
Outputs
- Signal — Boolean. Indicates the ticket was moved successfully. It is the success signal used to allow downstream execution.
- Iteration — Iteration. 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.