Block creation of Issues, Comments, etc for archived project
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
When you mark a project as "Archived", it is possible to continue adding issues, notes, merge requests and other things except push on git repository.
Archived project, as described on the Documentation, should mark the project as Read-Only, so adding things should be denied.
Steps to reproduce
- Open the project settings $PROJECT_URL/edit
- Click on Archive project
- Create a new issue: $PROJECT_URL/issues/new
Same problem when you add comments on issues, ...
What is the current bug behavior?
The Project is not marked as Read Only fully, you can still adding issues, notes, merge requests, ... except push on git repository.
What is the expected correct behavior?
The Project is marked as Read Only and does not allow to update anything except Unarchiving it.
Edited by 🤖 GitLab Bot 🤖