create_story
Create agile user stories in ServiceNow with title, points, sprint, epic, description, and assignee fields for project management.
Instructions
Create a new agile story/user story (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| short_description | Yes | Story title | |
| story_points | No | Story point estimate | |
| sprint | No | Sprint sys_id or name | |
| epic | No | Epic sys_id | |
| description | No | Story description and acceptance criteria | |
| assigned_to | No | User sys_id or username |