issuefy is a redmine plugin for creating issues from a spreadsheet file.
-
$cd /path/to/redmine/plugins/
-
$git clone github.com/tchx84/issuefy.git
-
$bundle install –without development test
-
restart your webserver.
-
assign the “issuefy” permission to the roles you seem fit.
-
users with the corresponding roles will see the “issuefy” tab in projects view.
-
tracker name (mandatory)
-
assignee login name or group name
-
subject (mandatory, please read notes below)
-
description
-
start date (dd/mm/yyyy)
-
due date
-
estimated time
-
parent issue id or subject
check the example/book.xls for more details about the format.
-
create or update issues in your project, from a spreadsheet.
-
english, spanish, german, french and simplified chinese locales.
-
support for redmine 2.3.x and 2.4.x.
-
issuefy assumes that issues subjects are unique, within the same project.
-
subject uniqueness is not enforced by redmine, so use this plugin carefully.
-
you have been warned.
-
take a look at the TODO file.
-
send a message to tchx84 or just drop a pull request, through github.