add_issue_relation
Adds a blocks, is-blocked-by, or relates-to relation between two issues to define dependencies or connections across projects.
Instructions
Add a relation between two issues. Relation types: 'blocks' (source blocks target — pushes into target's blockedBy), 'is-blocked-by' (source is blocked by target — pushes into source's blockedBy), 'relates-to' (bidirectional link — updates both sides). targetIssue accepts cross-project identifiers like 'OTHER-42'. No-op if the relation already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| targetIssue | Yes | a string that will be trimmed | |
| relationType | Yes | ||
| issueIdentifier | Yes | a string that will be trimmed |