Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1002 Bytes

File metadata and controls

36 lines (30 loc) · 1002 Bytes

issuefy is a redmine plugin for creating issues from a spreadsheet file.

  • redmine 2.3.x

  • spreadsheet 0.8.5 gem

  1. cd /path/to/redmine/plugins/

  2. git clone github.com/tchx84/issuefy.git

  3. vim /path/to/redmine/Gemfile

  4. gem “spreadsheet”, “0.8.5” # add this line

  5. restart your webserver

  1. assign the “issuefy” permission to the roles you seem fit.

  2. user with the corresponding roles will see the “issuefy” tab in projects view.

  1. tracker name (mandatory)

  2. assignee login name

  3. subject (mandatory)

  4. description

  5. start date

  6. due date

  7. estimated time

  8. parent issue

  • english, spanish, german and french locales.

  • subjects are considered unique (system-wide), using the same spreadsheet twice should be idempotent.

  • check the example/book.xls for more details about the format.

  • take a look at the TODO file.

  • send a message to tchx84 or just drop a pull request.