Added by Bryan Kearney about 11 years ago
I would like to create a note (Journal) programatically using the python API. I can not find an example of that, or an example of doing this via the API. Does anyone have an example?
What you are looking for is to consume Redmine's REST API.
I didn't test but I suggest you have a look to that: http://isbullsh.it/2012/06/Rest-api-in-python/
Cheers
Ahh.. but the apidocs dont give me much:
http://www.redmine.org/projects/redmine/wiki/Rest_IssueJournals
-- bk