Skip to content
/ issuefy Public

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

License

Notifications You must be signed in to change notification settings

tchx84/issuefy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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