Add `type` to IssueEntity and IssueBoardEntity (Internal API)
What does this MR do and why?
Type property exposes the type of issue. Only adding to these two entities as IssueSidebarBasicEntity and IssueSidebarExtrasEntity seem very minimal, so not adding unless necessary.
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 teste in the browser by going to http://localhost:3000/gitlab-org/gitlab/-/issues/1.json
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.