Linear

by tacticlaunch
Verified

linear_duplicateIssue

Duplicate an issue in Linear using its ID, enabling users to replicate tasks or bugs in project management workflows for efficient tracking and updates.

Instructions

Duplicate an issue

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to duplicate (e.g., ABC-123)

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to duplicate (e.g., ABC-123)", "type": "string" } }, "required": [ "issueId" ], "type": "object" }
ID: r0jy9qy35n