superpos_add_issue_dependency
Add a dependency between two issues by specifying the relationship type ('blocks' or 'related'). Creates and returns the dependency row.
Instructions
Declare that this issue depends on another. kind is the relationship (one of 'blocks', 'related'). Returns the created dependency row.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | blocks | |
| hive_id | No | ||
| issue_id | Yes | ||
| depends_on_issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||