Hi Team,
just urgently I need to list all webhooks and corresponding SQL query .
The webhook table does not exist, where is it hidding in JIRA Database ?
Many thanks
Roman
From Jira Administration Screen "Plugin Storage", it may be "AO_4AEACD_WEBHOOK_DAO" table.
Seeing the webhooks is under the system admin functions. Please look here to learn more:
https://confluence.atlassian.com/adminjiracloud/managing-webhooks-776636231.html
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, I know in GUI , but I d like to query JIRA Database to get complete info in one table.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gotcha, and sorry I have not tried that before. I believe you can use the REST API to query. I did a quick search and found this, which includes information on fetching the webhooks:
https://developer.atlassian.com/cloud/jira/platform/webhooks/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.