Add default lists option in Group Issue Boards results in '404 Not Found'

Summary

We want to start using a group level board but we are unable to add the defaults lists.

Steps to reproduce

Reproduced on v10.0.2-ee

  • Navigate to ../groups/<group-name>/boards
  • Click on "Add default lists" button
  • The view reloads but the default boards are not added

No error in the UI, but the following error from the logs and Chrome devtools:

==> /var/log/gitlab/gitlab-rails/production.log <==
Started POST "/boards/5/lists/generate.json" for 192.168.10.1 at 2017-10-05 06:30:37 +0000
Processing by Boards::ListsController#generate as JSON
  Parameters: {"board_id"=>"5", "list"=>{}}
Completed 404 Not Found in 14ms (Views: 0.4ms | ActiveRecord: 2.4ms | Elasticsearch: 0.0ms)

==> /var/log/gitlab/gitlab-rails/production_json.log <==
{"method":"POST","path":"/boards/5/lists/generate.json","format":"json","controller":"Boards::ListsController","action":"generate","status":404,"duration":15.43,"view":0.36,"db":2.45,"time":"2017-10-05T06:30:37.963Z","params":{"board_id":"5","list":{}},"remote_ip":"192.168.10.1","user_id":1,"username":"root"}
/boards/5/lists/generate.json 404 (Not Found)

What is the current bug behavior?

Default lists are not loaded and a 404 Not Found is shown in the logs.

What is the expected correct behavior?

Default lists should load.

Links

ZD ticket: https://gitlab.zendesk.com/agent/tickets/83338

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2467

Edited Oct 05, 2017 by Collen
Assignee Loading
Time tracking Loading