Control Redmine from the command line
I’ve knocked up a ruby script for creating Redmine1 issues from the command line2. Here’s how you might use it:
red -r bug -s "Search results not sorted by relevance" -t google -a "Some poor soul" -i high -c search -f .red
This would automatically log the bug on the ‘Google’ project tracker, mark it as high priority, and assign it to some poor soul. Defaults are loaded from a YAML file called ‘.red’.
That’s all there is to it. More help is available on the Github page: http://github.com/textgoeshere/redcmd.
[1] Redmine is an excellent open-source Rails bug-tracker and project management system. [2] The command line is where dragons live.



