Search test cases (project-wide)
search_test_casesSearch all test cases in a project by matching key, name, or objective. Use when you don't have a Jira issue key or need to look beyond a single story.
Instructions
PROJECT-WIDE search across ALL test cases in a project, matching key/name/objective (case-insensitive, client-side; the Zephyr API has no full-text search). This is NOT scoped to a story — do not use it to get the tests of a specific issue. Use it only when you do NOT have a Jira issue key, or to look beyond the tests linked to a single story. For a story's tests, use list_story_test_cases (titles) or review_story_coverage (full). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to match against key/name/objective. Empty returns all. | |
| projectKey | Yes | The Jira/Zephyr project key, e.g. LOYAL |