list_stories
Retrieve agile stories from ServiceNow with optional filters for sprint, state, or result limits to manage development workflows.
Instructions
List agile stories with optional sprint or state filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprint | No | Filter by sprint sys_id | |
| state | No | Filter by state (e.g., "1"=Open, "2"=Work in Progress, "3"=Complete) | |
| limit | No | Max results (default: 20) |