Panel |
---|
Searching for testsThe 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. |
Panel | ||||
---|---|---|---|---|
| ||||
|
Panel | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
How to search for tests
Function Reference
|
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the issues/tests that are contained in a specific folder in the definition tree of a project. Syntax
Where path represents a part of the hierarchical structure of the definition tree. Path should be of the following form: "project name/parentFolder/.../childFolder" Supported Fields Supported Operators
Examples Find all issues that are contained in the folder "Webtests" within the definition tree of the project "OnlineHotelReservation:
|
Test Definition Path
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the issues/tests that are contained in a specific folder in the definition tree of a project. Syntax
Where path represents a part of the hierarchical structure of the definition tree. Path should be of the following form: "project name/parentFolder/.../childFolder" Supported Fields Supported Operators
Examples Find all issues that are contained in the folder "Webtests" or one of its subfolders within the project "OnlineHotelReservation:
|
Test Plan
Expand | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns all issues/tests that are part of a specific test plan. Syntax
Where project is the name of the project that contains the desired test plan and plan is the name of the test plan. Both parameters are optional. Supported Fields Supported Operators
Examples Find all issues/tests that are part of the test plan "Example Plan" on the project "OnlineHotelReservation"
Find all issues/tests that are part of the test plan "Example Plan" regardless of project
Find all issues/tests in project "OnlineHotelReservation" not yet part of any test plan
Find all issues/tests in all project projects not yet part of any test plan
|
Failed in Execution
Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns all issues/tests that are marked as failed in a specific execution of a given test plan. Syntax
Where project is the name of the project that contains the desired test plan. Supported Fields Supported Operators
Examples Find all issues/tests that are part of the test plan "Example Plan" created on the project "OnlineHotelReservation", which were marked as failed during "Test Execution":
|