Link tasks
link_tasksLink two tickets or mark one as a blocker for the other, with cycle detection.
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 |