Skip to content

CodeInsider/issuefy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issuefy

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

Dependencies

  • redmine 2.3.x

  • spreadsheet 0.8.5 gem

Installation

  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

Usage

  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.

Spreadsheet format

  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

Details

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

Collaborating

  • take a look at the TODO file.

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

About

Redmine plugin for creating issues from a spreadsheet file, and save a lot of time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%