xray_search_test_plans
Search Jira for Test Plans by project key or JQL, with sorting and field selection. Retrieve relevant test management issues to streamline your testing workflow.
Instructions
Searches for Test Plan issues in Jira using filters. The issuetype filter is applied automatically. Use 'projectKey' to filter by project (e.g. 'GAP'), 'jql' for additional JQL conditions, and 'orderBy' for sorting (e.g. 'created DESC'). Example: to find test plans in project GAP, use projectKey='GAP'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Additional JQL filter conditions to combine with the issue type. Do NOT include 'issuetype' or 'ORDER BY' here — those are handled automatically. Example: 'status = "Done" AND assignee = currentUser()' | |
| fields | No | Jira fields to include in the response, e.g. ['summary', 'status', 'assignee', 'created']. | |
| orderBy | No | JQL ORDER BY clause without the 'ORDER BY' keyword. Example: 'created DESC' to sort by creation date descending. | |
| maxResults | No | Maximum number of results to return (1-100, default 25). | |
| projectKey | No | Jira project key to filter by, e.g. 'OQA10', 'GAP', 'CALC'. |