Feature #725
closedFeature Request - Web Service Gateway
0%
Description
I would like to suggest that Redmine include an XML interface for submitting new issues. I would like to program automatic feedback in my applications to create new issues in Redmine when unknown or bad exceptions occur. I see value in this feature because it allows integration with Redmine and it also allows my applications to proactively create issues when something goes wrong. It seems better than trusting 100% of problems to be reported by end users.
I was thinking of some kind of SOAP compliant interface that provides operations to interact with Redmine.
I'm not interested in being notified of an exception. There are lots of ways to do that without Redmine. I am interested in creating issues based on exceptions. It would be a great way to help our team be proactive about issues.
Someone suggested adding REST to Redmine. I dont know much about REST but it looks like it could work. I would prefer that the Redmine folks implement as apart of the project, as I'm sure they would have better ideas about how to implement. I think it should be something everyone can enjoy and not just my own custom hack.
Related issues
Updated by satoko hibi over 16 years ago
+1 for REST api.
Should meet the needs of the times.
Updated by Thomas Lecavelier over 16 years ago
- Status changed from New to Resolved
Updated by Doug Raney over 16 years ago
This doesnt seem to be related to #269 at all. Or am I missing something. I believe this issue should be reopened.
Updated by Doug Raney over 16 years ago
Updated by Yohann Monnier over 15 years ago
I published a webservice plugin, based on mylyn connector, in which i implement access to many parts of redmine.
http://github.com/YohannsMonnier/redmine_webservice/tree/master
Updated by Eric Davis about 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Duplicate
Closing as a duplicate of #269.