update-issue-link
Modify existing links attached to issues in Plane projects by updating titles or URLs to maintain accurate references and documentation.
Instructions
Update an existing issue link
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project containing the issue | |
| issue_id | Yes | ID of the issue containing the link | |
| link_id | Yes | ID of the link to update | |
| title | No | Updated title/name for the link (optional) | |
| url | No | Updated URL (optional) |