Issue links
gitlab_issue_linksList, create, or delete GitLab issue links to manage relationships like relates to, blocks, or blocked by.
Instructions
Lists, creates or removes links between issues (relates to / blocks / blocked by).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | What to do | |
| issue_iid | Yes | ||
| link_type | No | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| issue_link_id | No | For delete | |
| target_issue_iid | No | For create: iid of the linked issue | |
| target_project_id | No | For create: project of the linked issue |