Hi there,
I was using Jira from past few months. I have been exposing the Jira REST API's.
Sometimes back we were using 3-4 scopes and I was able to make most of the api calls, and everything was working.
Currently for Webhook events it is difficult to work with. I am configuring a webhook to mock site webhook.site and performing the event on jira.
So Can someone please let me know what are the scopes required to get the notification for below events:
1. jira:issue_created
2. 1. jira:issue_updated
3. comment_created
4. comment_updated.
I have been registering the webhook by consuming jira webhook rest api through postman.
I have added all these scopes:
write:webhook:jira read:webhook:jira read:issue-meta:jira read:field-configuration:jira read:group:jira read:project:jira read:project-role:jira read:user:jira read:avatar:jira read:issue-details:jira read:field.default-value:jira read:field.option:jira read:field:jira delete:webhook:jira read:jql:jira
still I am not able to get notification on comment created and comment updated on webhook.site
Any help on this is appreciable.