Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.2 KB

README.rdoc

File metadata and controls

38 lines (31 loc) · 1.2 KB

Issuefy

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

Installation

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

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

  3. $bundle install –without development test

  4. restart your webserver.

Usage

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

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

Spreadsheet format

  1. tracker name (mandatory)

  2. assignee login name or group name

  3. subject (mandatory, please read notes below)

  4. description

  5. start date (dd/mm/yyyy)

  6. due date

  7. estimated time

  8. parent issue id or subject

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

Features

  • 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.

Important notes

  • 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.

Collaborating

  • take a look at the TODO file.

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