Linear

by tacticlaunch
Verified

linear_getActiveCycle

Retrieve the currently active cycle for a specified team in the Linear project management system. Input the team ID to obtain cycle details.

Instructions

Get the currently active cycle for a team

Input Schema

NameRequiredDescriptionDefault
teamIdYesID 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" }
ID: r0jy9qy35n