linear_createIssueRelation
Creates a specified relation (blocks, blocked_by, etc.) between two issues to define their interdependency.
Instructions
Create relations between issues (blocks, is blocked by, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of relation: 'blocks', 'blocked_by', 'related', 'duplicate', 'duplicate_of' | |
| issueId | Yes | ID or identifier of the first issue (e.g., ABC-123) | |
| relatedIssueId | Yes | ID or identifier of the second issue (e.g., ABC-456) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| relation | No |