Overview of the Jira provider and registering webhooks
project name
to be associated with it (this helps identify the project you want to register the webhook for). Because of this, you will need to display a dropdown menu to your users so they can choose. We provide a hook that helps you display this data easily. See the example below on how to use it.
callbackUrl
or eventType
. The resulting webhook will be under the same project and endpointId so you don’t need to worry about updating things in your database/storage.
Here is how that would look:
figmaFileCommentEventExamplePayload
. Use intelligent auto-complete in your IDE to find the payload you need.
Here’s an example of the Jira Issue Created Example Payload
(you can import as jiraIssueCreatedExamplePayload
):
any
type, now you can do something like this: