Logging new issue, gives 500
Created by: hpolthof
When I try to log a new issue on a project, this gives a 500 error. But the record gets created in the background.
See the error message below:
Completed 500 Internal Server Error in 8589ms
NoMethodError (undefined method `issue_url' for #<IssuesController:0x007f1110537c58>):
app/controllers/application_controller.rb:59:in `method_missing'
app/controllers/issues_controller.rb:72:in `create'