list_tests
Retrieve all tests from a Jira project using JQL, with optional filters by labels or components.
Instructions
List all tests in a Jira project using JQL query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., PROJ) | |
| labels | No | Comma-separated labels to filter tests (optional) | |
| component | No | Component name to filter tests (optional) | |
| max_results | No | Maximum number of tests to return (default: 50, max: 100) |