500 error when creating an issue on a project which has no repository created
Created by: minorOffense
When you first create a project, if you want to start logging issues before your first commit (e.g. to make a list of todos or something) you get a 500 error when creating the issue. This used to work in older versions of GitLab prior to 6.7.
Being able to add issues to empty projects allows me to plan out tasks or requirements before handing off a project to a team. Or to simply have a project for documentation purposes (i.e. wiki) and then log issues against with the documentation instead of code.
Steps to reproduce
- Create a new project with issue tracker enabled
- Do NOT commit or create the repository
- Go directly to the issues tab
- Click on "New Issue"
Expected behavior
I would expect that I can create issues against empty repositories if I want to.
Observed Behavior
500 error from the server.