stories-search
Search Shortcut stories using filters by name, description, owner, state, type, date range, and more. Retrieve specific stories or lists matching criteria to manage project tasks effectively.
Instructions
Find Shortcut stories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextPageToken | No | Pagination token from previous search | |
| id | No | Story ID | |
| name | No | Name contains | |
| description | No | Description contains | |
| comment | No | Comment contains | |
| type | No | Story type | |
| estimate | No | Point estimate | |
| branch | No | Branch name | |
| commit | No | Commit SHA | |
| pr | No | PR number | |
| project | No | Project ID | |
| epic | No | Epic ID | |
| objective | No | Objective ID | |
| state | No | Workflow state name | |
| label | No | Label name | |
| owner | No | Filter by owner (use mention name or "me") | |
| requester | No | Filter by requester (use mention name or "me") | |
| team | No | Team name or mention | |
| skillSet | No | Skill set | |
| productArea | No | Product area | |
| technicalArea | No | Technical area | |
| priority | No | Priority level | |
| severity | No | Severity level | |
| isDone | No | Filter by completed status | |
| isStarted | No | Filter by started status | |
| isUnstarted | No | Filter by unstarted status | |
| isUnestimated | No | Filter by unestimated status | |
| isOverdue | No | Filter by overdue status | |
| isArchived | No | Filter by archived status | |
| isBlocker | No | Filter by blocking status | |
| isBlocked | No | Filter by blocked status | |
| hasComment | No | Filter by presence of comment | |
| hasLabel | No | Filter by presence of label | |
| hasDeadline | No | Filter by presence of deadline | |
| hasOwner | No | Filter by presence of owner | |
| hasPr | No | Filter by presence of PR | |
| hasCommit | No | Filter by presence of commit | |
| hasBranch | No | Filter by presence of branch | |
| hasEpic | No | Filter by presence of epic | |
| hasTask | No | Filter by presence of task | |
| hasAttachment | No | Filter by presence of attachment | |
| created | No | Date filter: "YYYY-MM-DD", "today", "yesterday", "tomorrow", or range "YYYY-MM-DD..YYYY-MM-DD" (use * for open bounds) | |
| updated | No | Date filter: "YYYY-MM-DD", "today", "yesterday", "tomorrow", or range "YYYY-MM-DD..YYYY-MM-DD" (use * for open bounds) | |
| completed | No | Date filter: "YYYY-MM-DD", "today", "yesterday", "tomorrow", or range "YYYY-MM-DD..YYYY-MM-DD" (use * for open bounds) | |
| due | No | Date filter: "YYYY-MM-DD", "today", "yesterday", "tomorrow", or range "YYYY-MM-DD..YYYY-MM-DD" (use * for open bounds) |