My application accesses different varios SCM tools to show a centralised view of a project. It basically uses Web Services of the tools.I need to pull in details from Jira GreenHopper. Where can I find the documentation for GreenHopper's Soap APIs. I need the data like Iteration/ story points/ releases/ backlog etc in my app.
Not through SOAP, but IIRC there is a REST API. Get the "rest api browser", then you can easily see what all urls it provides.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Rest API is supported for jira v5.0, all previous versions support SOAP api only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.