Hello, I install your greate plugin, but found that Total story points shows sum of points from all projects, not from current one. I found that source of this error is
UserStory.find(:all, :conditions => ["version_id is null"]).each { |i|
data[:un_assign] += i.time_estimate.value
}
in app/helpers/sprints_helper.rb. Please, fix it
Hello, I install your greate plugin, but found that Total story points shows sum of points from all projects, not from current one. I found that source of this error is
UserStory.find(:all, :conditions => ["version_id is null"]).each { |i| data[:un_assign] += i.time_estimate.value }
in app/helpers/sprints_helper.rb. Please, fix it