Fix Issue entity undefined method `namespace' for nil:NilClass
What does this MR do and why?
Related to #480427 (closed)
Fix error undefined method namespace for nil:NilClass in EE::API::Entities::Issue.
If an issue belongs to a group, its project can be nil, which results in 500 errors for certain REST issue endpoints.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Eugenia Grieff