Export Redmine user stories to an OpenDocument Spreadsheet (ods) report.
Go to file
2016-08-31 19:16:40 +02:00
bin Update doc. 2016-06-28 19:06:58 +02:00
.gitignore Ignore ods files. 2016-08-31 19:16:40 +02:00
Gemfile Initial import. 2016-06-28 19:02:07 +02:00
README.md Update doc. 2016-06-28 19:06:58 +02:00
report.ods Update doc. 2016-06-28 19:06:58 +02:00

Aoidos (ἀοιδός)

Export users stories from your redmine into an OpenDocument Spreadsheet (ods) report.

Installation

FIXME: No gem yet. ;)

Usage

git clone https://github.com/glenux/aoidos.git
cd aoidos
bundle install
bundle exec ./bin/aoidos

FIXME: project name is hardcoded. Accept project name on command line.

FIXME: manage redmine url & credentials from command line (like git)