Add execution link
kiwi_execution_add_linkAttach a bug, Allure, or CI link to a test execution. Optionally mark it as a defect and post a comment to the issue tracker.
Instructions
TestExecution.add_link: bug, Allure, CI. Set is_defect to mark a defect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Link URL | |
| name | Yes | Link label, e.g. JIRA-148 | |
| is_defect | No | Mark this link as a defect | |
| execution_id | Yes | Test execution id | |
| update_tracker | No | Also post a comment back to the issue tracker |