link_tickets
Connect two tickets by defining their relationship as blocks, relates_to, or duplicates. Specify the originating and target ticket IDs to establish the link.
Instructions
Create a relationship between two tickets.
Args: ticket_id: The ticket that the link originates from. target_ticket_id: The ticket on the other end of the link. link_type: One of blocks / relates_to / duplicates. Default relates_to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_type | No | relates_to | |
| ticket_id | Yes | ||
| target_ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |