Create Iteration

Create a new iteration in a project.

Creates a new iteration in a project and returns it.

Inputs

  • ProjectrequiredProject. Provides the project that will contain the new iteration. The executor reads the project id from this object and fails if it cannot be extracted.
  • NameString. Sets the name of the new iteration. If omitted, the iteration is created without a custom name.

Outputs

  • SignalBoolean. Indicates the iteration was created successfully. This output marks the action as complete for downstream nodes.
  • IterationIteration. Returns the created iteration details. When requested, the executor includes the new iteration id, name, dates, and the original project object.

Example use cases

Pre-provision cycles

On a schedule, create the next iteration by name so planning always has an empty sprint ready.

See also