Linear

by tacticlaunch
Verified

linear_getWorkflowStates

Retrieve workflow states for a specific team in the Linear project management system, with options to include archived states. Facilitates tracking and managing team progress.

Instructions

Get workflow states for a team

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoWhether to include archived states (default: false)
teamIdYesID of the team to get workflow states for

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Whether to include archived states (default: false)", "type": "boolean" }, "teamId": { "description": "ID of the team to get workflow states for", "type": "string" } }, "required": [ "teamId" ], "type": "object" }
ID: r0jy9qy35n