Searching for tests
The advanced search functionality of JIRA allows to use structured queries to search for issues. These queries are written in Atlassian's JIRA Query Language (JQL). The result set is displayed as a list of issues in the issue navigator. It is also possible to save advanced search queries for private or public use.
Test for JIRA enhances the advanced search of JIRA with new functions to search for issues in T4J specific entities such as test plans or definition trees.
Saved JQL queries can be further used for filtering or adding issues matching the query to a definition tree.
How to search for tests
- Select Issues > Search for Issues from the main navigation bar
- Switch to advanced searching by clicking the Advanced link from the filter bar
- Enter a query in the search text box
- Click on the Search button or hit enter to execute the query
The query should be of the following structure: field operator function()
You can look up the supported fields and operators for the new Requirements for JIRA functions in the function reference below.