create_work_item_link
Add a URL link to a specified work item within a project, enabling easy reference to external resources.
Instructions
Create a link for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item url: URL of the link
Returns: Created WorkItemLink object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | 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 |