create_story_dependency
Link two agile stories by dependency: pass the blocked story's sys_id and the blocker's sys_id to create the relationship.
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 |