Zephyr: Create Test Case Web Link
zephyr_create_test_case_web_linkAttaches a web link to a Zephyr test case by providing the test case key, URL, and optional description.
Instructions
Create a new Web Link for a Test Case in Zephyr
Toolset: Test Cases
Parameters:
description (string): The web link description
url (string) required: The web link URL
testCaseKey (string) required: The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+
Examples:
Create a web link for test case SA-T1 pointing to Atlassian's homepage
{
"testCaseKey": "SA-T1",
"url": "https://www.atlassian.com",
"description": "Link to Atlassian's homepage"
}Expected Output: The newly created Web Link with its ID and self link
Attach a documentation link to test case MM2-T15 for pump specifications
{
"testCaseKey": "MM2-T15",
"url": "https://docs.atlassian.com",
"description": "Documentation for pump specifications"
}Expected Output: The newly created Web Link with its ID and self link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The web link URL | |
| description | No | The web link description | |
| testCaseKey | Yes | The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the entity | |
| self | No |