Start Sprint

Start a planned sprint.

Starts a planned sprint and returns the started iteration.

Inputs

  • IterationrequiredIteration. Provides the sprint or iteration to start. The executor uses it to resolve the sprint and its project before starting work.

Outputs

  • SignalBoolean. Indicates the sprint started successfully. It gates downstream execution after the service call completes.
  • IterationIteration. Returns the started iteration details. When requested, the executor includes the iteration id, name, dates, and nested project object so later nodes can consume the newly started sprint.

Example use cases

Chain sprints

After Close Sprint, feed the next planned Iteration into Start Sprint to roll straight into the following cycle.

See also