Skip to main content
Iterations are thematic delivery slices, bundles of work that ship together. They are not sprints (no fixed timebox) and not releases (no deployment coupling).

List Iterations

Parameters

Get all iterations

Get the current iteration

The current iteration is the first active, non-system iteration by sort order. Use this when you need to know what’s being worked on now.

Iteration fields

Create an Iteration

Update an Iteration

PATCH semantics. Use this to rename, mark done, or add git tags.
Marking an iteration as done automatically sets completedAt. Done iterations are hidden from the UI dropdown and matrix view.

Delete an Iteration

System iterations (e.g. “Later”) cannot be deleted.

Reorder Iterations

Pass the full ordered list of iteration names.