Code and issues

Linear

A Linear integration connects a Linear workspace to Mobius so loops can create and update issues, search Linear metadata, and react to Linear webhook events.

Use Linear when Mobius should triage issues, open follow-up work, comment on existing issues, or route updates by team, project, cycle, label, or state.

Capability map

CapabilityValue
Provider IDlinear
Auth kindapi_key
Connect flowInline API key
ActionsYes
EventsYes
Webhook deliveryYes
Event samplesYes
Live statusNo

Connect Linear

SurfaceSupport
AppOpen Govern > Integrations, choose Linear, and paste a Linear API key.
CLIThe mobius CLI does not connect Linear integrations yet. Use the app or API.
APICall POST /v1/projects/{project}/integrations/providers/linear/connect with the Linear credential body from the API reference.

Mobius validates the credential before marking the provider ready. If a trigger does not fire, check recent provider events before changing the loop.

Actions

linear.cycle.list
linear.issue.add_comment
linear.issue.create
linear.issue.get
linear.issue.search
linear.issue.update
linear.issue_label.search
linear.project.search
linear.team.list
linear.user.search
linear.workflow_state.list

Use reference pickers or search actions for team, project, user, label, cycle, and state IDs. They keep loop specs stable when Linear display names change.

Events

linear.comment.created
linear.comment.removed
linear.comment.updated
linear.cycle.created
linear.cycle.removed
linear.cycle.updated
linear.issue.created
linear.issue.removed
linear.issue.updated
linear.issue_label.created
linear.issue_label.removed
linear.issue_label.updated
linear.project.created
linear.project.removed
linear.project.updated
linear.reaction.created
linear.reaction.removed
linear.reaction.updated

Use linear.issue.created for intake loops and linear.issue.updated for loops that watch state or assignee changes. Use narrower event names before wildcards so updates do not restart unrelated work.

Next