create_story_dependency
Create an agile story dependency by linking a dependent story to its blocker story. Use sys_ids to specify which story is blocked and which blocks it.
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 |