Plugins Directory » Issue importer plugin
Author: | Aspire Software | |
---|---|---|
Website: | http://www.aspiresoftware.in/index.php | |
Code repository: | https://github.com/aspiresoftware/redmine-import-tasks | |
Registered on: | 2014-07-22 (over 10 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x | |
User ratings: |
Create issues from Excel sheets¶
To create issues in any projects go to that project click on Import Issue and update the Excel /Spreadsheet file from which you want to create issues.
It uses default configuration.
You can also download the Excel Template generated as per your plugin configuration and then just fill the Issues in Excel sheet and upload it.
To change configuration go to Administration -> Plugins and configure the Issue Importer Plugin as per your Excel Sheet fields.
Installation notes
Installing Issue Importer Plugin¶
To install the plugin do the following steps.- Go to the {Redmine-Root}/plugins directory in terminal.
- Execute command : git clone https://github.com/aspiresoftware/redmine-import-tasks.git issue_importer_xls
- After successful cloning restart Redmine Application to see the plugin in action
Please note that the plugin uses Roo gem to read & parse Excel Sheet that depends on Ruby 1.9+ .
So ,plugin only works with Redmine running on ruby 1.9+
Changelog
0.0.1 (2014-07-22)
Compatible with Redmine 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x.