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')