You can use the following modules with Jira, Confluence, Bitbucket, and Compass:
Consumer
Define how the queue processes async events with the consumer module.
Function
Define the app's behavior in the function module.
Scheduled trigger
Invoke a function repeatedly using the scheduledTrigger module. Each trigger starts about 5 minutes after app deployment and then runs at set intervals—hourly, daily, or weekly.
Trigger
Invoke a function with the trigger module when a product event, app lifecycle event, or data security policy event occurs. For example, when an issue is created in Jira.
Web trigger
Invoke a function with the webtrigger module when an HTTP request is made. Use the web trigger runtime API within your app to get the URL for calling the web trigger.
Rate this page: