Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×I was able to successfully create webhooks via api and was able to fetch from api as well. but am unable to see them in jira dashboard. am unable to put my code here so please check my code here.
why am unable to see the webhooks under administration of my jira section while my api creates and returns... am unable to see its working also... i tried edit some issues and i never got payload.
can someone help on this ?
@Joseph Ranjan Welcome to Atlassian Community,
Your app is registering a dynamic webhook using this endpoint. Dynamic Webhooks once registered are specific to your app only, they are not related to admin webhooks that you see under Settings section.
Read more about registering webhooks here. The document also suggest that admin webhooks can be registered by using below v1 API endpoint, whereas your app is currently trying to do this.
/rest/webhooks/1.0/webhook
I hope this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.