create_issue_link
Create relationships between GitLab issues to track dependencies, blockers, and related work items across projects.
Instructions
Create an issue link between two issues
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| issue_iid | Yes | The internal ID of a project's issue | |
| target_project_id | Yes | The ID or URL-encoded path of a target project | |
| target_issue_iid | Yes | The internal ID of a target project's issue | |
| link_type | No | The type of the relation, defaults to relates_to |