gertvdijk / redmine-file-uploader

Python script to upload files to the 'Files' section in a Redmine project.
Apache License 2.0
6 stars 3 forks source link

Redmine file uploader

SUMMARY While the REST API of Redmine 1.3.x and earlier don't provide a way to upload files in the 'Files' section of a project, I created this script. It can be useful in automatic upload of builds as part of implementing continuous integration. This script should become obsolete once this feature is included in the REST API of Redmine. Please refer to http://www.redmine.org/issues/7725 for the feature request in the Redmine tracker.

COMPATIBILITY Tested using ...:

HELP Usage of the tool is explained by invoking it with --help, i.e.: ./upload_file_to_redmine.py --help

EXAMPLES $ ./upload_file_to_redmine.py -f myfile.bin -d "some description" \ -l "https://redmine.example.net/" -p prjid -u someuser \ -w some_password

TODO

SEE ALSO

AUTHOR Gert van Dijk - gertvdijk@gmail.com