Get Defects linked on Test Cycle executions
get-qmetry-test-cycle-linked-defectsRetrieve all defects linked to test cycle executions. Filter by status, priority, environment, and execution result for targeted analysis.
Instructions
Get all defects linked to test cycle executions with pagination and filtering support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Refer keyId from the response of API "Get Test Cycle" | |
| sort | No | Refer Parameters | |
| fields | No | Refer Parameters | |
| filter | No | Filter defects using fields: searchText (text in summary/issue key), status (defect status name), priority (defect priority name), testCaseKey (from Search Test Cases), environment (from Get environment), executionResult (from Get execution result), build (execution build name), removeDuplicates (true to get unique defects), linkedBetweenDates (two comma separated dates in dd/MM/yyyy,dd/MM/yyyy format), executionLevel (TEST_STEP_EXECUTION, TEST_CASE_EXECUTION, ALL) | |
| startAt | No | Refer Parameters | |
| maxResults | No | Refer Parameters |