Integrations

Jira

A Jira integration connects an Atlassian Cloud site to Mobius. It lets agents inspect and update Jira issues. It can also receive Jira issue and comment events.

Use Jira when work intake or remediation lives in Jira and the agent needs to write back status, comments, assignments, worklogs, links, or transitions.

Capability map

CapabilityValue
Provider IDjira
Auth kindapi_key
Connect flowInline Atlassian email and API token
ActionsYes
EventsYes
Webhook deliveryYes
Event samplesNo
Live statusNo

Connect Jira

SurfaceSupport
AppOpen Library > Integrations, choose Jira, and provide the site URL, email, API token, and optional defaults.
CLIThe mobius CLI does not connect Jira integrations yet. Use the app or API.
APICall POST /v1/integrations/providers/jira/connect through the generic provider connect endpoint.

Jira webhook delivery uses a provider webhook URL for the organization. Keep the webhook secret in the integration config so Mobius can verify deliveries before turning them into source events.

Actions

jira.issue.add_comment
jira.issue.add_watcher
jira.issue.add_worklog
jira.issue.assign
jira.issue.create
jira.issue.create_link
jira.issue.delete_comment
jira.issue.delete_link
jira.issue.get
jira.issue.get_changelog
jira.issue.get_comments
jira.issue.get_worklogs
jira.issue.search
jira.issue.transition
jira.issue.update
jira.issue.update_comment
jira.issue_link_type.list
jira.issue_type.list
jira.label.list
jira.priority.list
jira.project.get
jira.project.list
jira.user.search

Use jira.issue.search before mutating actions when the agent receives loose input, such as a human-written ticket key or component name. Transition actions need a valid transition for the current issue state.

Events

jira.comment.created
jira.comment.updated
jira.issue.created
jira.issue.deleted
jira.issue.updated

Use jira.issue.created for intake and jira.issue.updated for state changes. Use comment events when the agent should respond to human discussion instead of every field update.

Next