Create linear attachmentCreates a new attachment and associates it with a specific, existing linear issue.
Create a commentCreates a new comment on a specified linear issue.
Create linear issueCreates a new issue in a specified linear project and team, requiring a title and description, and allowing for optional properties like assignee, state, priority, cycle, and due date.
Get create issue default paramsFetches a linear team's default issue estimate and state, useful for pre-filling new issue forms.
Create a labelCreates a new label in linear for a specified team, used to categorize and organize issues.
Delete issueArchives an existing linear issue by its id, which is linear's standard way of deleting issues; the operation is idempotent.
Get all teamsRetrieves all teams from the linear workspace without requiring any parameters.
Download issue attachmentsDownloads a specific attachment from a linear issue; the `file name` must include the correct file extension.
Get current userGets the currently authenticated user's id, name, email, and other profile information.
Get cycles by team IDRetrieves all cycles for a specified linear team id; cycles are time-boxed work periods (like sprints) and the team id must correspond to an existing team.
Get Linear issueRetrieves an existing linear issue's comprehensive details, including title, description, attachments, and comments.
Get all cyclesRetrieves all cycles (time-boxed iterations for work) from the linear account; no filters are applied.
List Linear issuesLists non-archived linear issues; if project id is not specified, issues from all accessible projects are returned.
Get labels by teamRetrieves all labels associated with a given team id in linear; the team id must refer to an existing team.
List linear projectsRetrieves all projects from the linear account.
List Linear statesRetrieves all workflow states for a specified team in linear, representing the stages an issue progresses through in that team's workflow.
Get teams by projectRetrieves all teams, including their members, and filters each team's associated projects by the provided 'project id'.
List Linear usersLists all users in the linear workspace with their ids, names, emails, and active status.
Remove label from Linear issueRemoves a specified label from an existing linear issue using their ids; successful even if the label isn't on the issue.
Run Query or MutationWildcard action that executes any graphql query or mutation against the linear api.
Update issueUpdates an existing linear issue using its `issue id`; requires at least one other attribute for modification, and all provided entity ids (for state, assignee, labels, etc.