Since two days I don’t see our issue list anymore on group level (it still shows on project level).
For this url: https://gitlab.com/groups/OUR_GROUP_NAME/-/issues
It does show that we have issues.
But the page now just shows a general message instead of the list of issues
I found the problem.
If you don’t have any project with issues in the top level of your group you will not see the issues list.
In our case our projects were in subgroups of the group. The query that counts the number of issues for the group doesn’t check subgroups.
Quick ugly fix:
Create new project in top level of your group (only needed if you dont have a project in top level already)
Create an issue for this project in the top level
Now you should be able to see the issue list again for group level
I will send a bug report to gitlab so they can fix this in a nice way.