Short answer: You can link issues in Jira by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Jira Link Issues action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Issue Key (from) inwardIssueKey | string | Required | Issue Key (from). Example: PROJ-1 |
Linked Issue Key (to) outwardIssueKey | string | Required | Linked Issue Key (to). Example: PROJ-2 |
Link Type linkType | options | Optional | Link Type. Options: Blocks, Clones, Duplicates, Relates To, Is Blocked By |
{"inwardIssueKey": "e.g. PROJ-1","outwardIssueKey": "e.g. PROJ-2","linkType": "{{trigger.linkType}}"}
{"success": true}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.