complete_cycle
Close a cycle by setting its end date to today, effectively completing it in the project management system.
Instructions
Complete (close) a cycle by setting its end date to today.
Plane has no explicit "complete" action - a cycle is considered complete when its end_date is in the past. This tool sets end_date to today, effectively closing the cycle.
Args: project_id: UUID of the project cycle_id: UUID of the cycle to complete
Returns: Updated Cycle object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | Yes | ||
| project | No | ||
| version | No | ||
| end_date | No | ||
| owned_by | No | ||
| timezone | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| logo_props | No | ||
| sort_order | No | ||
| start_date | No | ||
| updated_at | No | ||
| updated_by | No | ||
| view_props | No | ||
| archived_at | No | ||
| description | No | ||
| external_id | No | ||
| total_issues | No | ||
| backlog_issues | No | ||
| started_issues | No | ||
| external_source | No | ||
| total_estimates | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| unstarted_issues | No | ||
| progress_snapshot | No | ||
| started_estimates | No | ||
| completed_estimates | No |