Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8647

Closed
Open
Created Jan 24, 2015 by Administrator@rootOwner

New issue => HTTP-Statuscode 500

Created by: DasLampe

After update to 7.7.1 I get an 500 if I try to create a new issue.

production.log

Started POST "/[namespace]/[repo]/issues" for 127.0.0.1 at 2015-01-24 13:48:28 +0100
Processing by Projects::IssuesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"[token]", "issue"=>{"title"=>"[msg]", "assignee_id"=>"8", "label_ids"=>["", "59", "64"]}, "project_id"=>"[namespace]/[repo]"}
Completed 500 Internal Server Error in 175ms

NoMethodError (undefined method `name' for nil:NilClass):
  app/services/issues/create_service.rb:9:in `execute'
  app/controllers/projects/issues_controller.rb:58:in `create'

ruby version: 2.2.0p0 (2014-12-25 revision 49005)

Assignee
Assign to
Time tracking