Project

General

Profile

How to upload files into the Files section programmatically?

Added by Igor Melnichenko over 7 years ago

I need to upload files into the Files section of a Redmine project from a Gradle build script.

I've found a related issue (#7725) indicating that a few years ago there were some development activity on this topic. But current Redmine REST API docs don't mention this functionality.

So my question is: is there any better option than usage of Ruby/Python workaraound code mentioned in #7725 ?