Project

General

Profile

Redmine Scrumbler plugin

Added by zacky azoulay about 12 years ago

Hi,

I use bitnami with redmine 1.2.1 on windows 2008

i create some Issues and i can see them in the scrumbler_backlogs

when i try to move them to a Sprints i got an error

the problem that i can see is that i use bitname and the web is http://webname/redmine/scrumbler_backlogs?project_id=test1

if i try o get the Issue from backlog it failed becouse it look in the webname/issues/1

i use the google chrom

thank and regards zacky


Replies (40)

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

Hi, zacky. Problem is solved in 1.3.0

RE: Redmine Scrumbler plugin - Added by zacky azoulay about 12 years ago

Hi,

After I update the Redmine Scrumbler plugin to 1.3.0 I got the following

In the http://webname/redmine/scrumbler_backlogs?project_id=test1

When I access the Issues I got an error "Page not found" because it look for http://webname/redmine//issues/1 when it should look for http://webname/redmine/issues/1 ( there are a double / before issues), If I remove the / it is working

When I access the bug I got an error "Page not found" because it look for http://webname/redmine//projects/test1/issues?tracker_id=1 when it should look for http://webname/redmine/projects/test1/issues?tracker_id=1 ( there are a double / before projects), If I remove the / it is working

when i try to move some issue to a Sprints i got an error (something went wrong)

thank and Regards zacky

RE: Redmine Scrumbler plugin - Added by Ivan Kotenko about 12 years ago

Hi, zacky.
Try "v1.3.1" from https://github.com/256MbTeam/Redmine-Scrumbler/tags.
I think, i fixed the bug with broken links in this version.

Can you give me some trace for "move some issue to a Sprints" error?

RE: Redmine Scrumbler plugin - Added by zacky azoulay about 12 years ago

Hi,

thank, it is working

regarding the move issue to sprint the error show on the screen something went wrong

i look into the code and i found that when i change the file in plugins\redmine_scrumbler\app\helpers\scrumbler_backlogs_helper.rb

lines 45 and 55
from :url => "/projects/#{project.identifier}/scrumbler_backlogs/change_issue_version"
to :url => "projects/#{project.identifier}/scrumbler_backlogs/change_issue_version"

without the / before the projects it solve the problem and i can drag and drop issue to a sprint

regards zacky

RE: Redmine Scrumbler plugin - Added by Ivan Kotenko about 12 years ago

Thank you, zacky!
I fix it in "v1.3.1", download it again if needed.

RE: Redmine Scrumbler plugin - Added by Ruby Khanh about 12 years ago

We have Internal Error at
xxx://abc.com/scrumbler_backlogs?project_id=superbbunny
and
xxx://abc.com/scrumbler_backlogs?project_id=superbbunny

Here is the log:
  • tail -f /var/log/redmine/default/production.log*

Processing ScrumblerBacklogsController#index (for 192.168.1.119 at 2012-02-08 19:22:52) [GET]
  Parameters: {"project_id"=>"superbbunny", "action"=>"index", "controller"=>"scrumbler_backlogs"}
Rendering template within layouts/base
Rendering scrumbler_backlogs/index

ActionView::TemplateError (undefined method `without_version' for #<Class:0xb6767d3c>) on line #19 of vendor/plugins/redmine_scrumbler/app/views/scrumbler_backlogs/index.html.erb:
16:                             <div id="backlog_list" style="min-height:100px;"></div>
17:                     </div>
18:
19:                     <%= backlog_issues%>
20:             </div>
21:
22:     </div>

    /usr/lib/ruby/1.8/active_record/base.rb:1959:in `method_missing'
    /usr/lib/ruby/1.8/active_record/associations/association_collection.rb:380:in `send'
    /usr/lib/ruby/1.8/active_record/associations/association_collection.rb:380:in `method_missing'
    /usr/lib/ruby/1.8/active_record/base.rb:2143:in `with_scope'
    /usr/lib/ruby/1.8/active_record/associations/association_proxy.rb:206:in `send'

Rendering /usr/share/redmine/public/500.html (500 Internal Server Error)

Ivan Kotenko wrote:

Thank you, zacky!
I fix it in "v1.3.1", download it again if needed.

RE: Redmine Scrumbler plugin - Added by Ricardo Guerreiro about 12 years ago

Hello all,

I've already tried to update to the latest version.

I've installed the plugin and did the migration, after it was present on the plugin list with version 1.3.0 (not 1.3.1) and without Configure button.

After going to a project it's giving me 500 error.

I've tried then to download the 1.3.1 tag and install it and it was still with version 1.3.0 also when going to the Scrumbler it gave me the error.

It was a download error. When doing the git clone it makes a directory named "Redmine-Scrumbler" and the plugin looks at "redmine_scrumbler". Stupid Error :P.

I'm using Bitnami BTW.

Thought I mentioned this small correction if anyone stumble on this error.

RE: Redmine Scrumbler plugin - Added by yj fan about 12 years ago

Hi,

I am Frank. I tried Scrumbler plugin yesterday. it's quite well except for its linking sprint with version. In this way, the roadmap will consists of too much sprints, it's difficult to get a concise roadmap. Could you give me some suggestions.

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

released version 1.4.3
https://github.com/256MbTeam/Redmine-Scrumbler

changelog:

  • Quick issue creation in backlog
  • Added rules and permissions to backlog
  • Fixed. In backlog shows closed task without version
  • Support for Chiliproject 3.0
  • Added. Fact close date field in sprint
  • Added. Limit sprint by points

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

Hi, Frank.

what are you going to ask?

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

what are you going to ask?

RE: Redmine Scrumbler plugin - Added by Terence Mill about 12 years ago

What is fact close date?
Is it the close date for requirments engineering or end of development?

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

fact close date sets automatically after you close sprint

RE: Redmine Scrumbler plugin - Added by Terence Mill about 12 years ago

So its overwriten if i set manually? And it means end of requiremnts cokkection phase?

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

released version 1.5.0
https://github.com/256MbTeam/Redmine-Scrumbler

changelog:
  • Subtasks don't provide scrum points to sprint
  • Display subtasks in dashboard
  • Don't show issues in backlog that cannot be assigned to the selected sprint

RE: Redmine Scrumbler plugin - Added by Javier Serrano about 12 years ago

Hello

I just installed (version 1.5) to test and I have to say you've done a aweso job.

However when I try to change the status of a task I get an error You dont have permissions to change status "In Progress" for this issue

The task is in an open sprint, Am I doing something wrong?

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

Javier Serrano wrote:

Hello

I just installed (version 1.5) to test and I have to say you've done a aweso job.

However when I try to change the status of a task I get an error You dont have permissions to change status "In Progress" for this issue

The task is in an open sprint, Am I doing something wrong?

may be you not a member in the project

RE: Redmine Scrumbler plugin - Added by Jonas D about 12 years ago

After installation I get the following issue when accessing a scrumbler-page: I get a 500 internal error and the log says the following
ActiveRecord::StatementInvalid (PG::Error: ERROR: relation "scrumbler_project_settings" does not exist
LINE 1: SELECT * FROM "scrumbler_project_settings" WHERE ("scrumbler...
^
: SELECT * FROM "scrumbler_project_settings" WHERE ("scrumbler_project_settings".project_id = 1) LIMIT 1):
app/models/project.rb:538:in `enabled_module_names='
app/controllers/projects_controller.rb:212:in `modules'
passenger (3.0.11) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'

There is indeed no scrumbler_project_settings in my database. I do can see the module in my plugins however?

Is there a way to fix this?

RE: Redmine Scrumbler plugin - Added by Jonas D about 12 years ago

I found a workaroung: commenting line 35 in vendor/plugins/redmine_scrumbler/app/models/scrumbler_issue_custom_field.rb solves the issue. (or at least stops the 500 internal errors)

  1. :projects => Project.all(:joins => :scrumbler_project_setting),

RE: Redmine Scrumbler plugin - Added by Alexandr Andrianov about 12 years ago

created demo

http://demo.nishisha.net/

  • Register on demo
  • Create project or use existing
  • Try Scrumbler

RE: Redmine Scrumbler plugin - Added by Francisco Almeida almost 12 years ago

Hi,

I've installed version 1.5.0 (with redmine 1.2) but I am unable to use scrumbler backlogs page.

Is there any known issue with this plugin version and backlogs (I don't have any error message in logs)?

UPDATE: The backlog does not work for existing projects. For new ones it works. Any ideas about this question?

Regards,
Francisco

(1-25/40)