Linear MCP Server
by cosmix
create_issue
Create a new Linear issue with optional parent linking. Supports self-assignment using "me" as assigneeId.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigneeId | No | ID of the user to assign the issue to. Use "me" to assign to the current authenticated user, or a specific user ID. | |
description | No | Description of the issue (markdown supported) | |
labelIds | No | Array of label IDs to attach to the issue | |
parentId | No | ID of the parent issue. If provided, creates a subissue. | |
priority | No | Priority of the issue (0-4) | |
status | No | Status of the issue | |
teamId | No | ID of the team to create the issue in. Required unless parentId is provided. | |
title | Yes | Title of the issue |