Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
R1.9.1
-
None
-
None
Description
Users should be able to query Tests from a specific saved filter with Requirements when using the requirementsTests JQL function.
The first parameter of JQL function requirementsTests 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 requirementsTests('DEMO-9')
issuetype = 'Test' and issue in requirementsTests('Requirements saved filter')
The function should return as well the tests that are linked to Requirements through test sets (see XRAY-152)