Linear (API key)
Linear helps streamline software projects, sprints, tasks, and bug tracking. It's built for high-performance teams.
Start for freeCategory
Works with
AI Compatible
Tools
Create Comment
Create a comment in Linear. See the documentation
Create Initiative
Create an initiative in Linear. See the documentation
Create Issue
Creates a new issue in Linear. Requires team ID and title. Optional: description, assignee, project, state. Returns response object with success status and issue details. Uses API Key authentication. See the documentation.
Create Project
Create a project in Linear. See the documentation.
Get Issue
Retrieves a Linear issue by its ID. Returns complete issue details including title, description, state, assignee, team, project, labels, and timestamps. Uses API Key authentication. See Linear docs for additional info here.
Get Teams
Retrieves all teams in your Linear workspace. Returns array of team objects with details like ID, name, and key. Supports pagination with configurable limit. Uses API Key authentication. See Linear docs for additional info here.
Get View Issues
Get issues from a custom view in Linear. See the documentation
List Comments
List comments in Linear. See the documentation
List Initiatives
List initiatives in Linear. See the documentation
List Labels
List issue labels in Linear. Use this to retrieve label IDs and names for filtering or label-management flows. See the documentation.
List Projects
List projects in Linear. See the documentation.
List Views
List views in Linear. See the documentation
List Workflow States
List workflow states (statuses) in Linear. Returns state IDs, names, types (e.g. backlog, started, completed, cancelled), and team info. Optionally filter by team (use the **Get Teams** action to discover valid team IDs, e.g. 4e80f53c-da9e-4dee-b14e-2cab3e2e8716). See the documentation.
Remove Label from Issue
Remove a label from an issue in Linear. See the documentation
Search Issues
Searches Linear issues by team, project, assignee, labels, state, or text query. Supports pagination, ordering, and archived issues. Returns array of matching issues. Uses API Key authentication. See Linear docs for additional info here.
Update Initiative
Update an initiative in Linear. See the documentation
Update Issue
Updates an existing Linear issue. Can modify title, description, assignee, state, project, team, labels, priority, and dates. Returns updated issue details. Uses API Key authentication. See the documentation.