I have a 3LO app that's using the new webhook registration api:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-post
I've had success with creating webhooks for:
"jira:issue_created" and "jira:issue_updated".
But when I have a new webhook that includes "comment_created", the app doesn't trigger.
I've tried a jqlFilter that targets a specific issueKey.
There's no failed webhooks reported.
My app has the following scopes:
write:webhook:jira |
read:webhook:jira |
read:project:jira |
read:project-role:jira |
read:jql:jira |
read:issue.watcher:jira |
read:issue-type:jira |
read:issue-details:jira |
read:group:jira |
read:field:jira |
read:epic:jira-software |
read:comment.property:jira |
read:avatar:jira |
delete:webhook:jira |
EDIT:
Found and answered in another post
https://community.atlassian.com/t5/Jira-Software-questions/Re-Re-Webhook-events-not-delivered-for-comments/qaq-p/1959018/comment-id/187251#M187251