OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jens Ulferts 47d944c01f
Merge remote-tracking branch 'origin/release/7.2' into release/7.3
7 years ago
app Add line-through to closed stories (#260) 7 years ago
config update locales from crowdin 7 years ago
db/migrate sort backlogs columns 8 years ago
doc Merge branch 'release/3.0' into dev 11 years ago
features remove no longer necessary safeguard 8 years ago
lib Bump version to 7.3.0 [ci skip] 7 years ago
spec [25603] Add no results box to backlogs when no version exists 7 years ago
vendor/assets/javascripts/backlogs remove unused livepipe-ui lib (#228) 8 years ago
.gitignore update .gitignore to ignore RubyMine files 10 years ago
.hound.yml copy* .rubocop.yml from openproject 10 years ago
.rubocop.yml Implement attribute groups constraint + remove frontend 8 years ago
.travis.yml Fixture/wp position column (#251) 8 years ago
Gemfile.plugins update references to pdf-inspector 8 years ago
README.md update link to bug reports 7 years ago
openproject-backlogs.gemspec use ar 5.0 version of acts_as_silent_list 8 years ago

README.md

OpenProject Backlogs Plugin

This Plugin adds features, that enable agile teams to work efficiently with OpenProject in Scrum projects.

Find a more detailed description on OpenProject.org.

Together with the plugin OpenProject PDF Export, story cards can be exported as printable PDF documents.

Requirements

The OpenProject Backlogs plug-in requires the OpenProject Core in version greater or equal to 3.0.0.

Installation

OpenProject Backlogs depends on OpenProject PDF export Plugin. Thus, if you haven't done it already, add the following lines to the Gemfile.plugins to your OpenProject installation (if you use a different OpenProject version than OpenProject 5, adapt :branch => "stable/5" to your OpenProject version):

gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "stable/5"

For OpenProject Backlogs itself you need to add the following line to the

Gemfile.plugins of OpenProject (if you use a different OpenProject version than OpenProject 5, adapt :branch => "stable/5" to your OpenProject version):

gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "stable/5"

Afterwards, run:

bundle install

This plugin contains migrations. To migrate the database, run:

rake db:migrate

Deinstallation

Remove the line

gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "stable/5"

from the file Gemfile.plugins and run:

bundle install

Please not that this leaves plugin data in the database. Currently, we do not support full uninstall of the plugin.

Bug Reporting

If you find any bugs, you can create a bug ticket at

https://community.openproject.com/projects/plugin-backlogs/work_packages/new?type=1

Development

To contribute, you can create pull request on the official repository at https://github.com/finnlabs/openproject-backlogs

Credits

We thank the original maintainers and developers of Redmine Backlogs as well as Chiliproject Backlogs for their immense work on this plugin. OpenProject Backlogs would not have been possible without their original contribution. Those contributors are:

  • Marnen Laibow-Koser
  • Sandro Munda
  • Emiliano Heyns (friflaj)
  • Maxime Guilbot
  • Andrew Vit
  • Joakim Kolsjö
  • ibussieres
  • Daniel Passos
  • Jason Vasquez
  • jpic
  • Mark Maglana
  • Joe Heck
  • Nate Lowrie

Additionally, we would like to thank

Licence

Copyright (C)2013-2015 the OpenProject Foundation (OPF)
Copyright (C)2011 Marnen Laibow-Koser, Sandro Munda
Copyright (C)2010-2011 Emiliano Heyns (friflaj)
Copyright (C)2010 Maxime Guilbot, Andrew Vit, Joakim Kolsjö, ibussieres, Daniel Passos, Jason Vasquez, jpic
Copyright (C)2009-2010 Mark Maglana
Copyright (C)2009 Joe Heck, Nate Lowrie

This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.