create_story_dependency
Link one agile story as dependent on another by specifying the blocked story and its blocker.
Instructions
Link one agile story as dependent on another (m2m_story_dependencies). Requires WRITE_ENABLED=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story | Yes | The dependent story sys_id (the one that is blocked) | |
| dependent_story | Yes | The story it depends on (the blocker) sys_id |