Shipfox

Jira integration

Connect Jira Cloud to trigger workflows from issue and comment events, and give agents Jira tools.

Authentication

Shipfox uses Jira OAuth authorization. The flow requests read:jira-work, write:jira-work, read:jira-user, manage:jira-webhook, and offline_access.

Integration connection identity

The slug of a Jira integration connection defaults to jira_<site>, where <site> is the normalized Jira site name. For example, jira_acme. If the site name is unavailable, Shipfox uses the Jira cloud ID. Shipfox makes the slug unique within the workspace.

Use the slug as source for Jira events:

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

For trigger field rules, see the workflow schema reference.

Capabilities

CapabilityDetails
EventsView Jira events.
Agent toolsView Jira agent tools.

Connect Jira to create an integration connection.

Was this page helpful?
Edit this page on GitHub

On this page