search_stories
Search for Jira Stories using a plain-text query to identify duplicates before creating a new one.
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) | |
| project_key | No | Project key to target (e.g. "PRD"). Defaults to the configured JIRA_PROJECT_KEY if omitted. |