list_scrum_tasks
Retrieve scrum tasks from ServiceNow with optional filters by story or assignee to track and manage agile development work.
Instructions
List scrum tasks, optionally filtered by story
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story_sys_id | No | Filter by parent story sys_id | |
| assigned_to | No | Filter by assignee | |
| limit | No | Max results (default: 20) |