email test issue feature doesn't find project
Summary
Trying out the 'email the issue' feature and it doesn't seem to work - I get the "[Rejected]" response every time
Steps to reproduce
Copy the 'email issue' email from the bottom of the bugs list and simply try to email that with a subject/body.
What is the current bug behavior?
I get the [Rejected] email in response to my original email.
"Unfortunately, your email message to GitLab could not be processed. We couldn't find the project. Please check if there's any typo."
What is the expected correct behavior?
The issue should be added to the list for the project.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Output of checks
(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)
Results of GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:env:info
)
(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
)
Results of GitLab application Check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)
(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)
(we will only investigate if the tests are passing)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)