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
  • #8906

Closed
Open
Created Mar 03, 2015 by Administrator@rootOwner

Unable to assign tags

Created by: n-studio

I'm using GitLab 7.8.1 "e2d785c3". I get a 500 error when I try to assign a label to an issue. The logs say:

Started PATCH "/me/yanda/issues/4" for 183.77.128.223 at 2015-03-03 10:43:59 +0900
Processing by Projects::IssuesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"KQGrqNcip9IX/ag6z2Hhiyfnk9ru5BDsHrLP2OO9udM=", "issue"=>{"title"=>"Admin interface from scratch", "description"=>"", "assignee_id"=>"1", "label_ids"=>["", "52"]}, "project_id"=>"me/yanda", "id"=>"4"}
Completed 500 Internal Server Error in 207ms

NoMethodError (undefined method `name' for nil:NilClass):
  app/services/issues/update_service.rb:19:in `execute'
  app/controllers/projects/issues_controller.rb:75:in `update'
Assignee
Assign to
Time tracking