Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can Jira pull data exposed from some other API?

vikram salunke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 14, 2018

I'm using Jira software server.
I need to pull data from external middle-wares / systems. 
I want to know that if there is any interface in JIRA where we can write API call.

Can Jira pull data exposed from some other API? 
Also i want to make automated API calls to pull the data.
Please let me know if there is a way and how.

 

 

3 answers

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2018

Hello,

You can develop your own Jira plugin the integrate Jira with another system or you can use the built-in functionality, called Webhooks.

Webhooks are REST calls, which are executed on Jira events or post functions. It is a REST call to an external API. You can read more about webhooks here:

https://developer.atlassian.com/server/jira/platform/webhooks/

0 votes
Vikram Salunke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2018

Thank you guys. i will try and let you know for any concern. 

0 votes
Jimmy Van (GLiNTECH)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2018

Check out nFeed

https://marketplace.atlassian.com/apps/23337/nfeed-external-data-in-custom-fields

Will let you grab data from another REST API (and a few other sources)

Suggest an answer

Log in or Sign up to answer