link_issue_to_defect
Associate an external issue (e.g., Jira, GitHub) with a defect record by providing its URL and name. Use this to link a tracker ticket to a failure pattern.
Instructions
Link an external issue (Jira, GitHub, etc.) to a defect record. payload must include: url (string) and name (string). Use this to associate a tracker ticket with a failure pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Defect ID. Must be a number (integer), not a string. | |
| payload | Yes | Required: url (string), name (string). Optional: type (string). |