Skip to content

Mark group-level labels in Label API as such.

What does this MR do?

The project label API returns the union of project labels and group labels. However, you cannot differentiate between them. This MR adds a new field is_project_label to indicate this label is a project label.

What are the relevant issue numbers?

Closes #56694 (closed)

Does this MR meet the acceptance criteria?

Edited by Robert Schilling

Merge request reports