Skip to content

Add type to IssueLinks internal API

Mario Celi requested to merge 358998-add-type-to-issue-links-internal-api into master

What does this MR do and why?

Type property exposes the type of issue. Adding only to LinkedIssueEntity as I missed it in !87942 (merged)

Related to #358998 (closed)

How to set up and validate locally

Making a request to our internal API should return the type param on the response for any issue. This can be tested in the browser by going to http://localhost:3000/gitlab-org/gitlab/-/issues/1/links.json

The issue must have related issues for them to show up on the list.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #358998 (closed)

Edited by Huzaifa Iftikhar

Merge request reports