Linear

by tacticlaunch
Verified

linear_addIssueToProject

Add an existing issue to a project

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to add to the project
projectIdYesID of the project to add the issue to

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to add to the project", "type": "string" }, "projectId": { "description": "ID of the project to add the issue to", "type": "string" } }, "required": [ "issueId", "projectId" ], "type": "object" }