set_task_blocker
Toggle a blocker relationship between two tasks. Specify direction: tasks that block the given task or tasks that the given task blocks. Requires database IDs.
Instructions
Toggle a blocker relationship between two tasks. Direction is relative to taskId: "blockers" = tasks that block taskId, "blocking" = tasks that taskId blocks. Note: taskId and blockerTaskId require database IDs (use search to find tasks by HRID like "PRJ-21" to get their database IDs)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| blockerTaskId | Yes | ||
| direction | Yes |