Get Linked Test Cycles
get-test-case-test-cyclesRetrieve all test cycles linked to a specific test case version. Use to identify which cycles include a given test case.
Instructions
Get test cycles linked to a test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Refer id from the response of API "Search Test Case". | |
| sort | No | Possible values - key,summary,estimatedTime,actualTime,status,priority,createdOn,updatedOn Pattern - sortField:sortOrder(asc/desc) For example if want to sorting on key in ascending order then need to pass key:asc | |
| fields | No | Comma separated fields to be fetched. | |
| startAt | No | Default 0 | |
| maxResults | No | Default 50, Max 100 | |
| tcVersionNo | Yes | Test Case version No. Refer {version.versionNo} from the response of API "Search Test Case". |