update_work_item_link
Updates a work item's link URL. Provide project, work item, and link IDs along with the new URL to change the link destination.
Instructions
Update a link for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item link_id: UUID of the link url: Updated URL of the link
Returns: Updated WorkItemLink object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| link_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | Yes | ||
| issue | No | ||
| title | No | ||
| project | No | ||
| metadata | No | ||
| workspace | No | ||
| created_at | No | ||
| created_by | No | ||
| deleted_at | No | ||
| updated_at | No | ||
| updated_by | No |