search_stories
Search for existing stories using plain text to avoid duplicates before creating a new story. Returns key, summary, status, labels, and URL.
Instructions
Searches for Stories in the configured project using a plain-text query (wrapped in JQL). Useful for checking duplicates before creating a new Story. Returns an array of { key, summary, status, labels, url }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Plain text search; matched against issue text via JQL ~ | |
| max_results | No | Maximum results to return (default 10) |