Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
Xray Cloud 7.2.0
-
None
-
None
-
-
1
Description
Description
There should be a function for defectsCreatedDuringTestPlan in JQL to retrieve all the defects created in the Test Plan.
User friction
- It is used to retrieve Defects created in the Test plan and issues linked to the test plan.
- For now, we can retrieve defects created during Tests, Test Execution, and Requirements.
- It helps the user not use 2 JQL functions and filter to retrieve this JQL.
Steps to reproduce (right now) / Actual Result:
- Navigate to Search work item.
- While using the filter, it doesn't show up.
IMPACT
What would improve if solved:
If we have this function, then there will be no use of 2 JQL functions, and the use of the filter; this functionality can be dealt with by one JQL function.
Impact on stakeholders:
Results will be provided by a single JQL function rather than using the 2 functions with a filter.
Current workaround:
First, use the JQL issue in testPlanTests("Test Plan Key") and save the filter so that it will retrieve the Test under the Test Plan. Then use issue in defectsCreatedDuringTesting('FilterName') where it will retrieve all the Defects created under the test plan.
CONTEXT & EXAMPLES:
Concrete example:
Use the issue in testPlanTests("XSP15-228") where XSP15-228 is the test plan key, and save the filter as kiran3 where it will retrieve the Test under the Test Plan. Then use the issue in defectsCreatedDuringTesting('kiran3') where kiran3 is the saved filter of the above, and it will retrieve all the Defects created under the test plan.
Workaround risk:
 This is just one more step added to retrieve the Defects.