Description
Users should be able to query Tests from a specific saved filter with Test Executions when using the testExecutionTests JQL function.
The first parameter of JQL function testExecutionTests must expect an issue key/Id or saved filter name or Id. Xray will parse the content and tries to match a JIRA issue or a saved filter.
issuetype = 'Test' and issue in testExecutionTests('DEMO-9', 'PASS')
issuetype = 'Test' and issue in testExecutionTests('Test Executions saved filter', 'PASS')
Attachments
Issue Links
- relates to
-
XRAY-674 Add the Test Assignee parameter to testExecutionTests JQL Query
-
- Closed
-
-
XRAY-510 As a user, I can filter tests from a saved filter of Test Sets using a JQL function
- Not Being Considered
-
XRAY-512 As a user, I can filter tests from a saved filter of Requiremets using a JQL function
- Not Being Considered