I need to add attachments to issues in redmine 1.3 through Rest API using PHP. I found plugin JRedmine http://maven-site.nuiton.org/jredmine/. I managed to connect to genuine redmine API without problems but I don’t know how to use JRedmine. Any help would be appreciated. I copied documentation of JRedmine here: http://alden.pl/jredmine/
Share
@tonymarschall in fact you are not right. I can access JRedmine with PHP. Assuming redmine is available at http://redmine.myserver.com I can use curl and POST http://redmine.myserver.com/jredmine/login with params
usernameandpasswordand get an answer. I must setup cookie for curl to use others JRedmine functions after authentication.All the API is described here: http://www.nuiton.org/embedded/jredmine/jredmine-client/rails_api.html (in french).