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
| Capability | Value |
|---|---|
| Provider ID | linear |
| Auth kind | api_key |
| Connect flow | Inline API key |
| Actions | Yes |
| Events | Yes |
| Webhook delivery | Yes |
| Event samples | Yes |
| Live status | No |
Connect Linear
| Surface | Support |
|---|---|
| App | Open Govern > Integrations, choose Linear, and paste a Linear API key. |
| CLI | The mobius CLI does not connect Linear integrations yet. Use the app or API. |
| API | Call 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.listUse 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.updatedUse 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
- Author event triggers from triggers.
- Call Linear from action steps.
- Debug provider delivery with source events.