Defect #1240
Task is assigned to none immediately after it's created
Source:
Development
Detected on version:
Blocked:
No
Alone:
Milestones:
Sprint:
Description
Hi,
The problem lies in the fact that immediately after Task is created (from both issues list and sprint board) it's assigned no noone even if user selected assignee upon creation. This issue has been introduced in Scrum v0.15.0. Previously it was working well.
The problematic code is in lib/scrum/issue_patch.rb:
before_save :update_assigned_to, :if => lambda {|issue| issue.status_id_changed? and issue.is_task?}
After I commented it out, the task creation works well. What was the intention of :update_assigned_to when it was created? Because when I look at the code I see it changing assignee, but I do not understand why it should happen.
The w/a is to edit lib/scrum/issue_patch.rb and comment this line.
Moreover, such problem appears even when Scrum plugin is not enabled for a project...
Files
Subtasks