Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.3.1
-
None
-
None
Description
Description
Using the defectsCreatedDuringTestExecution JQL function to return Defects linked with Remote Links breaks the Enhanced JQL.
How to reproduce
- Make an application link between two instances;
- Create a Test and execute it in one instance;
- On the execution page, add a Local Execution Defect;
- Use the defectsCreatedDuringTestExecution JQL to verify that the Defect is returned;
- Then go back to the execution page of the same Test and add a Remote Execution Defect from the other instance;
- Verify the defectsCreatedDuringTestExecution JQL
Actual result/Attachments
After adding the Remote Defect, the JQL doesn´t return any value.
Expected result
It should return both the Local and Remote Defects associated with the Test Execution.