update-issue-link
Modify an existing link attached to a project issue in Plane by updating its title or URL using the issue and link identifiers.
Instructions
Update an existing issue link
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ID of the issue containing the link | |
| link_id | Yes | ID of the link to update | |
| project_id | Yes | ID of the project containing the issue | |
| title | No | Updated title/name for the link (optional) | |
| url | No | Updated URL (optional) |