Zephyr: Get Test Execution Links
zephyr_get_test_execution_linksRetrieve all links for a Zephyr test execution using its ID or key. Returns associated URLs and references.
Instructions
Get links for a specific test execution in Zephyr
Toolset: Test Executions
Parameters:
testExecutionIdOrKey (string) required: The ID or key of the test execution. Test execution keys are of the format [A-Z]+-E[0-9]+
Examples:
Get the links oftest execution with id 1
{
"testExecutionIdOrKey": "1"
}Expected Output: The test execution links with its details
Get the links of test execution with key 'PROJ-E123'
{
"testExecutionIdOrKey": "PROJ-E123"
}Expected Output: The test execution links with its details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testExecutionIdOrKey | Yes | The ID or key of the test execution. Test execution keys are of the format [A-Z]+-E[0-9]+ |
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 |