linear_getActiveCycle
Retrieve the currently active cycle for a team using its team ID. Helps identify the current sprint or iteration.
Instructions
Get the currently active cycle for a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | ID of the team to get the active cycle for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| team | No | ||
| endsAt | No | ||
| number | No | ||
| progress | No | ||
| startsAt | No | ||
| issueCount | No | ||
| completedAt | No | ||
| description | No | ||
| completedIssueCount | No |