Skip to main content

Jira trigger

Starts the automation on a Jira event for a chosen project. In the trigger picker it is Jira, under Integration Triggers.

Fields

FieldRequiredDescription
ConnectionYesThe Jira connection to use.
ProjectYesThe Jira project to watch.
JQL FilterNoA refinement combined with the project filter—for example priority in (High, Highest) or assignee = currentUser().
EventYesThe event to fire on.

Events

EventFires whenIts own fields
Issue CreatedAn issue is created.
Issue UpdatedAn issue changes.Changed Fields—fire only when one of the listed fields changed. Leave it empty to match every update.
Issue DeletedAn issue is deleted.
Comment AddedA comment is added.
Comment UpdatedA comment is edited.

Registering the webhook

Jira has to be told to send these events. With an OAuth connection that registration happens automatically when you save the trigger. With an API token connection an administrator sets the webhook up by hand, because Atlassian limits its dynamic-webhook endpoint to OAuth apps. The node shows the current setup status either way.

Output

The event's payload—the issue or comment involved.

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.