Hi Friends,
i have create the tool by using the REST API to pull the data from JIRA but it is requires JIRA credential so i searched any other way to pull the data from JIRA. I got the "Webhook", but i could not find the any document related to that like " https://docs.atlassian.com/jira/REST/latest/" REST API documentation. Please update the link if you know and also i need to know whether it is works on JIRA On Demand.
Thanks,
Karthik A.
Wrong way around - webhooks are for doing things in other systems when something happens in Jira.
Of course, the remote system might be a Jira or other issue tracking system, so your webhook in your Jira could be creating an issue in another system, but you're likely to be using a REST call in that webhook.
See https://developer.atlassian.com/display/JIRADEV/JIRA+Webhooks+Overview
I'm sorry, I don't understand the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure what "detail" you need here, especially as I don't know what external application you are attaching Jira to here.
You need to put in the URL which Jira will send the data to when the webhook is triggered. That's up to your external application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.