Completed 200 OK in 557ms (Views: 493.7ms | ActiveRecord: 55.4ms) Started GET "/redmine/projects/new_nutror/issues/new" for 177.139.219.9 at 2018-01-23 14:53:54 +0000 Processing by IssuesController#new as HTML Parameters: {"project_id"=>"new_nutror"} Current user: wqueiroz (id=59) Rendered issues/_form_custom_fields.html.erb (8.5ms) Rendered issues/_attributes.html.erb (24.6ms) Rendered plugins/scrum/app/views/scrum_hooks/issues/_form.html.erb (9.0ms) Rendered plugins/redmine_agile/app/views/issues/_issue_story_points_form.html.erb (1.5ms) Rendered plugins/redmine_agile/app/views/issues/_agile_data_fields.html.erb (2.1ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (1.3ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (1.2ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_form.html.erb (5.2ms) Rendered issues/_form.html.erb (52.5ms) Rendered attachments/_form.html.erb (2.5ms) Rendered issues/new.html.erb within layouts/base (68.2ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.4ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (9.1ms) Completed 200 OK in 150ms (Views: 94.0ms | ActiveRecord: 26.7ms) Started POST "/redmine/projects/new_nutror/issues/new.js" for 177.139.219.9 at 2018-01-23 14:53:57 +0000 Processing by IssuesController#new as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"erlFU/Sll23f29jVqdGIdI5JUM5ohoJU98r0UEzquGcvQSshWgGtL9NFGTy48SEoSQf3sWZ5bEnxZVh3ypMMsA==", "form_update_triggered_by"=>"issue_tracker_id", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "subject"=>"", "description"=>"", "status_id"=>"1", "priority_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2018-01-23", "due_date"=>"", "estimated_hours"=>"", "custom_field_values"=>{"5"=>""}, "sprint_id"=>"15", "pending_effort"=>"0", "agile_data_attributes"=>{"story_points"=>""}, "checklists_attributes"=>{"0"=>{"is_done"=>"0", "subject"=>"", "_destroy"=>"false", "position"=>"1", "id"=>""}}}, "was_default_status"=>"1", "project_id"=>"new_nutror"} Current user: wqueiroz (id=59) Rendered issues/_form_custom_fields.html.erb (7.1ms) Rendered issues/_attributes.html.erb (45.5ms) Rendered plugins/scrum/app/views/scrum_hooks/issues/_form.html.erb (13.9ms) Rendered plugins/redmine_agile/app/views/issues/_issue_story_points_form.html.erb (3.4ms) Rendered plugins/redmine_agile/app/views/issues/_agile_data_fields.html.erb (7.1ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (6.1ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_fields.html.erb (5.7ms) Rendered plugins/redmine_checklists/app/views/issues/_checklist_form.html.erb (26.5ms) Rendered issues/_form.html.erb (113.5ms) Rendered issues/new.js.erb (118.6ms) Completed 200 OK in 375ms (Views: 135.6ms | ActiveRecord: 39.9ms) Started POST "/redmine/projects/new_nutror/issues" for 177.139.219.9 at 2018-01-23 14:54:05 +0000 Processing by IssuesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"erlFU/Sll23f29jVqdGIdI5JUM5ohoJU98r0UEzquGcvQSshWgGtL9NFGTy48SEoSQf3sWZ5bEnxZVh3ypMMsA==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "tracker_id"=>"2", "subject"=>"Teste", "description"=>"", "status_id"=>"1", "priority_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2018-01-23", "due_date"=>"", "estimated_hours"=>"", "custom_field_values"=>{"3"=>"", "1"=>"", "4"=>"", "5"=>""}, "sprint_id"=>"16", "pending_effort"=>"0", "agile_data_attributes"=>{"story_points"=>""}}, "was_default_status"=>"1", "continue"=>"Criar e continuar", "project_id"=>"new_nutror"} Current user: wqueiroz (id=59) Completed 500 Internal Server Error in 92ms (ActiveRecord: 13.0ms) NoMethodError (undefined method `>' for nil:NilClass): plugins/scrum/lib/scrum/issue_patch.rb:564:in `block in max_position' plugins/scrum/lib/scrum/issue_patch.rb:563:in `each' plugins/scrum/lib/scrum/issue_patch.rb:563:in `max_position' plugins/scrum/lib/scrum/issue_patch.rb:576:in `move_issue_to_the_end_of_the_sprint' plugins/scrum/lib/scrum/issue_patch.rb:463:in `update_position' app/models/issue.rb:182:in `create_or_update' app/controllers/issues_controller.rb:141:in `create' lib/redmine/sudo_mode.rb:63:in `sudo_mode'