add_work_item_dependencies
Add dependencies between work items by specifying a successor that depends on a predecessor, establishing required completion order.
Instructions
Add one or more dependencies between work items (array-based). Each item creates a dependency where the successor depends on the predecessor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of dependencies to add (1-100 items) | |
| projectId | No | The project ID (optional if HACKNPLAN_DEFAULT_PROJECT set) |