create_issue_link
Link two GitLab issues to establish relationships like blocks or relates_to, connecting work across projects for better tracking.
Instructions
Create an issue link between two issues
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| issue_iid | No | The internal ID of a project's issue | |
| target_project_id | No | The ID or URL-encoded path of a target project | |
| target_issue_iid | No | The internal ID of a target project's issue | |
| link_type | No | The type of the relation, defaults to relates_to |