redmine

Python-Redmine on a project without issues

Python-Redmine on a project without issues Question: I have a Redmine project that is a container for subprojects. This top level project does not have issues (Issue tracking is not enabled in the project settings). I am trying to figure out a way for the Python api to detect this. Right now, when my code …

Total answers: 1

Python POST binary data

Python POST binary data Question: I am writing some code to interface with redmine and I need to upload some files as part of the process, but I am not sure how to do a POST request from python containing a binary file. I am trying to mimic the commands here: curl –data-binary “@image.png” -H …

Total answers: 4