Skip to main content

create_cycle

Create a new cycle (sprint/iteration) within a board.

Parameters

Returns

A CycleDto with the created cycle’s ID, name, dates, budget, and status.

update_cycle

Update cycle details or close it. Closing a cycle automatically approves all time entries for items in the cycle.

Parameters

Returns

A CycleDto with the updated cycle details.

delete_cycle

Delete a cycle from a board. Requires Manage permission on the board.

Parameters

Returns

A confirmation message with the deleted cycle’s name.

get_cycle_stats

Get item count statistics grouped by cycle.

Parameters

None.

Returns

A list of GroupByCountRecord objects, each containing: