Rate this page:
The trigger
module invokes a function when a product event is fired. For example, as the result of
an issue being created in Jira.
Property | Type | Required | Description |
---|---|---|---|
key |
| Yes |
A key for the module, which other modules can refer to. Must be unique within the manifest. Regex: |
function | string | Yes | A reference to the function module that defines the behavior. |
events | Array<string> | Yes | A list of product events that trigger the function. |
Rate this page: