Jira API vs Rest API vs Curl vs others?

sanan sanan September 23, 2017

Hi ,

Is Jira API, Rest API and Curl API all same?. 

I am not able to find clear answer about this question. Can somebody please help to clear the clouds about this. 

thanks in advance.

Regards

sanan

1 answer

2 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 23, 2017

The Jira REST API is a remote API.  It responds to calls from other systems.  It doesn't care what you use to talk to it, all it needs is an understandable request.  Curl forms good requests, as do all other languages with a REST library.  C#, Pro-IV, Java, Piaget, Pascal, Shell scripts etc etc etc - all are capable of talking to Jira's REST functions.

There is one thing that might be confusing - people often talk about the "Jira API" without saying that there are two.  They usually mean the REST API for talking to it remotely, but there is also the internal API which is a Java API for writing code inside Jira.  That's almost always for Server add-ons, it's totally different to the REST API, and, unless you're writing a Server add-on, not worth looking at.

sanan sanan September 24, 2017

Hi Nic,

 

thanks for your reply. I really could not have expected a clearer explanation than this.

Regards

sanan

Suggest an answer

Log in or Sign up to answer