Skip to content

Add `hidden` field to GraphQL `Issue` type

📖 What does this MR do?

Related to #332408 (closed)

In https://gitlab.com/gitlab-org/gitlab/-/issues/327353 we added the ability to ban a user. In #327355 (closed) we extended the ban functionality so issues created by banned users are hidden. This MR adds the hidden field to the GraphQL Issue type so we can display a hidden issue icon on boards. The icon will be implemented on the frontend in !69558 (merged) to avoid any potential backwards compatibility issues.

🚦 Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Peter Hegman

Merge request reports