issuefy is a redmine plugin for creating issues from a spreadsheet file.
-
redmine 2.3.x
-
spreadsheet 0.8.5 gem
-
cd /path/to/redmine/plugins/
-
git clone github.com/tchx84/issuefy.git
-
vim /path/to/redmine/Gemfile
-
gem “spreadsheet”, “0.8.5” # add this line
-
restart your webserver
-
assign the “issuefy” permission to the roles you seem fit.
-
user with the corresponding roles will see the “issuefy” tab in projects view.
-
tracker name (mandatory)
-
assignee login name
-
subject (mandatory)
-
description
-
start date
-
due date
-
estimated time
-
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.