Redmine Backlogs
Added by Mark Maglana over 14 years ago
A few updates on the Backlogs plugin for Redmine as of 2010 Aug 2:
- Each sprint now has a taskboard where you can attach one or more tasks to a story. This uses Redmine's underlying mechanism to relate one issue to another.
- You can now create stories directly in the Backlogs interface.
- Sprint/Product Backlogs and Taskboard now have real-time updates. Change one item and other users viewing the same board will automatically get updated.
- User colors. Tasks are now colored depending on who's assigned to it. Users can change their color anytime via their account page.
- Bug fixes and other enhancements
For a live demo, go to this site. (login as demo, password demo)
If you find bugs, please file it here.
Find some more info on the plugin here.
Replies (6)
RE: Redmine Backlogs - Added by Mark Maglana over 14 years ago
I just wanted to update everyone on the website for the plugin at http://relaxdiego.github.com/redmine_backlogs/
That'll be the URL for now until we get a TLD going. Should be up soon.
RE: Redmine Backlogs - Added by Peter Horvath over 14 years ago
Hi,
I know you posted a link to file a bug. But i hope this is a bit faster maybe here, and maybe it isn't a bug just a missconfiguration.
I installed redmine 1.0 stable and the latest backlogs and all the dependecies.
Everything working fine but burndown charts with the following error message.
ActionView::TemplateError (undefined method `series' for nil:NilClass) on line #2 of vendor/plugins/redmine_backlogs/app/views/charts/_burndown.html.erb:
1: <%- charts = (burndown.is_a?(Array) ? burndown : [burndown]) >
2: <- dataseries = charts0.series(:all).collect{|series| series.name } >
3:
4: <= stylesheet_link_tag 'jquery.jqplot.min.css', :plugin => 'redmine_backlogs' %>
5:
vendor/plugins/redmine_backlogs/app/views/charts/_burndown.html.erb:2
vendor/plugins/redmine_backlogs/app/views/charts/show.html.erb:1
vendor/plugins/redmine_backlogs/app/controllers/charts_controller.rb:9:in `show'
/usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:95:in `process_request'
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:374:in `start_request_handler'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:332:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:330:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:209:in `start'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61
these are the local gems
- LOCAL GEMS ***
aasm (2.1.5)
actionmailer (2.3.8)
actionpack (2.3.8)
activerecord (2.3.8)
activeresource (2.3.8)
activesupport (2.3.8)
googlecharts (1.6.0)
holidays (0.9.3)
icalendar (1.1.5)
mini_magick (1.3.2)
prawn (0.8.4)
prawn-core (0.8.4)
prawn-layout (0.8.4)
prawn-security (0.8.4)
rack (1.1.0)
rails (2.3.8)
rake (0.8.7)
rmagick (2.13.1)
subexec (0.0.4)
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.5
Rack version 1.1
Rails version 2.3.8
Active Record version 2.3.8
Active Resource version 2.3.8
Action Mailer version 2.3.8
Active Support version 2.3.8
Application root /var/www/redmine1
Environment production
Database adapter mysql
Database schema version 20100705164950
About your Redmine plugins
Redmine Todo Lists plugin 0.0.4.2
Redmine Backlogs Plugin unstable
Thanks for help
Peter
RE: Redmine Backlogs - Added by Mark Maglana over 14 years ago
Hi Peter,
Thanks for trying out Redmine Backlogs. I encourage you to file this as a bug at https://backlogsplugin.morphexchange.com/projects/redmine-backlogs/issues/new
Your problem may require follow up questions and we want to make sure that all issues and their respective resolutions are documented in one place.
Regards,
Mark
RE: Redmine Backlogs - Added by Peter Horvath over 14 years ago
Thx Mark
I've just done that.
https://backlogsplugin.morphexchange.com/issues/275
RE: Redmine Backlogs - Added by Mark Maglana about 14 years ago
Update on the URLs
- Website: http://www.redminebacklogs.net
- Issue tracker: http://bugs.redminebacklogs.net
- Live demo site: http://demo.redminebacklogs.net
RE: Redmine Backlogs - Added by Zalkind Lincoln almost 14 years ago
the issue tracker is offline (502 proxy error)
Does anyone knows if this project still alive?