Create Iteration
Create a new iteration in a project.
Creates a new iteration in a project and returns it.
Inputs
- Projectrequired — Project. 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.
- Name — String. Sets the name of the new iteration. If omitted, the iteration is created without a custom name.
Outputs
- Signal — Boolean. Indicates the iteration was created successfully. This output marks the action as complete for downstream nodes.
- Iteration — Iteration. 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.