I am a new user of JIRA on Demand. I want to know what kind of APIs support is there in JIRA. I want to get information of project, issues, estimated time, time spent in the billing & BI application that we currently use. Any pointers in how to build this would be very helpful.
Regards
Vineet
As per this documentation, JIRA OnDemand offers a few different remote API interfaces - SOAP and REST being the most popular for JIRA - https://developer.atlassian.com/display/JIRADEV/JIRA+Remote+API+Reference.
SOAP and REST can accommodate most of your requirement (e.g. getWorklogs for SOAP). Check out the spec here:
If you need some examples, check this out.
You could use REST api.
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.