Retrieve the data from JIRA

kA July 7, 2014

Hi all,

Can you please share the details about web hook, i refered the following link : https://developer.atlassian.com/display/JIRADEV/JIRA+Webhooks+Overview. But i could not found the details regarding to retrieve the data by using C# from mentioned webhook URL. So please update some samples if you have.

Thanks in advance,

Kartik

1 answer

1 vote
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.
July 8, 2014

You don't. A webhook is for Jira to trigger something in another system, it's pushing data out of Jira for your remote system to accept. You're not retreiving information from Jira, you're being sent data from Jira.

The data coming from Jira is in a standard JSON format, so your best bet is to look up how C# can be used to process incoming JSON

Suggest an answer

Log in or Sign up to answer