linear_getActiveCycle
Retrieve the currently active cycle for a specific team in Linear, enabling users to track ongoing project timelines and manage team workflows efficiently.
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 |
Input Schema (JSON Schema)
{
"properties": {
"teamId": {
"description": "ID of the team to get the active cycle for",
"type": "string"
}
},
"required": [
"teamId"
],
"type": "object"
}