Zephyr: Get Test Cycle Links
zephyr_get_test_cycle_linksGet all issues, web links, and test plans linked to a test cycle. Use test cycle ID or key to fetch associated links.
Instructions
Get all links (issues, web links, and test plans) associated with a test cycle in Zephyr
Toolset: Test Cycles
Parameters:
testCycleIdOrKey (string) required: The ID or key of the test cycle.
Examples:
Get all links for test cycle with id 1
{
"testCycleIdOrKey": "1"
}Expected Output: All links (issues, web links, test plans) for the test cycle
Get all links for test cycle with key 'SA-R40'
{
"testCycleIdOrKey": "SA-R40"
}Expected Output: All links (issues, web links, test plans) for the test cycle with key SA-R40
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCycleIdOrKey | Yes | The ID or key of the test cycle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | No | The REST API endpoint to get more resource details. | |
| issues | No | A list of Jira issues linked to this entity | |
| webLinks | No | A list of web links for this entity | |
| testPlans | No | A list of test plans linked to a test cycle |