Shipfox

Jira events

Look up the Jira event names Shipfox delivers and the payload fields exposed to workflows.

This reference lists Jira issue and comment events that Shipfox delivers to a Jira integration connection. See the Jira overview for authentication and setup.

Payload

The event value contains the validated Jira webhook envelope plus cloudId, which identifies the connected Jira site. Jira-specific fields remain provider owned.

FieldDescription
webhookEventThe Jira webhook event name.
timestampThe event timestamp supplied by Jira.
issueThe Jira issue object, including its ID, key, and fields.
userThe Jira user associated with the event.
matchedWebhookIdsOptional IDs of the Jira webhooks that matched the event.
cloudIdThe connected Jira site's cloud ID, added by Shipfox.

Issue events also include issue_event_type_name and may include changelog. Comment events include a comment object. See the Jira webhook documentation for provider-specific field details.

Shipfox discards jira:issue_updated, comment_created, and comment_updated events authored by the account that authorized the integration connection.

Trigger fragment

Replace jira_acme with the slug of your Jira integration connection:

triggers:
  on_jira:
    source: jira_acme
    event: jira:issue_updated

For trigger field rules, see the workflow schema reference.

Event catalog

jira:issue_created

A Jira issue is created.

Emitted when: Jira sends an issue-created webhook.

Payload: Shipfox-normalized payload.

jira:issue_updated

A Jira issue changes.

Emitted when: Jira sends an issue-updated webhook.

Payload: Shipfox-normalized payload.

jira:issue_deleted

A Jira issue is deleted.

Emitted when: Jira sends an issue-deleted webhook.

Payload: Shipfox-normalized payload.

comment_created

A comment is added to a Jira issue.

Emitted when: Jira sends a comment-created webhook.

Payload: Shipfox-normalized payload.

comment_updated

A comment on a Jira issue changes.

Emitted when: Jira sends a comment-updated webhook.

Payload: Shipfox-normalized payload.

comment_deleted

A comment is deleted from a Jira issue.

Emitted when: Jira sends a comment-deleted webhook.

Payload: Shipfox-normalized payload.

Was this page helpful?
Edit this page on GitHub

On this page