Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Xray DC V6.5.2
-
None
Description
Description
When having a Project for Tests and another for Requirements, if you go to the Test Repository of the Tests Project and you´ve your Test linked to a Requirement with a Fix Version and try to filter using the Requirement Fix Version, it doesn´t fetch the Versions.
How to reproduce
- Create two Xray Projects, one for Tests and the other for Requirements
- Create a Test and a Requirement in each respective Project
- Create a Version in the Requirements Project and assign it to the created Requirement issue
- Add the Test on the Test Coverage of the Requirement issue
- Go to the Test Repository on the Tests Project
- Click on Filters and click on the Requirement FixVersion field
Actual result/Attachments
It displays "No matches"
Expected result
It should retrieve the Requirement FixVersion for selection.
Workaround
Use the following Enhanced querying with JQL in the Advance mode of the Filters:
issuetype = 'Test' and issue in testsWithReqVersion('DEMO', 'v1.0', 'v1.1')