Skip to content

Implement GET API to fetch single issue link

This change set adds a new REST API endpoint to get the details about a single issue link relation.

The main driver for this API endpoint is a new resource we want to introduce in the Terraform GitLab Provider, see here.

This will ease the implementation and avoid maintenance overhead compared to using the already existing listing get API endpoint.

/cc @nagyv-gitlab @nmezzopera

Merge request reports