-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: User Management - Oauth Credentials
We are trying to integrate Jira with Service now using OAuth authentication. We noticed that
only below set of events are supported as part of dynamic web hook creation for both Auth code and JWT authentication mechanisms:
- jira:issue_created
- jira:issue_updated
- jira:issue_deleted
- comment_created
- comment_updated
- comment_deleted
- issue_property_set
- issue_property_deleted
For a successful integration on our end we also need below set events as well.
"project_created",
"project_deleted",
"project_updated",
"jira:version_updated",
"jira:version_created",
"issuelink_created",
"issuelink_deleted"
Can you please prioritise this and add these events