Link tasks
link_tasksRelate two tickets by linking them or setting one as a blocker. Prevents dependency cycles for accurate tracking.
Instructions
Relate two tickets. kind "linked" (default) sets ticket's linked issue to linkedIssue (e.g. link a bug to the feature it affects). kind "blocks" makes linkedIssue a blocker of ticket — the child ticket gains linkedIssue in its blockedBy list; edges that would close a dependency cycle are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | linked | |
| ticket | Yes | ||
| project | Yes | ||
| linkedIssue | Yes |