Integration reference
Linear Trigger and Action reference
React to Linear workspace events and create or update issues, comments, and projects through GraphQL.
Authentication
Connect the Linear workspace through OAuth and grant access to the required teams.
- Trigger account type:
oauth2; reconnect byoauth. - Action connection type:
oauth2; available modes: Connected Linear account.
Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.
Scopes and permissions
Base Trigger authorization requests: read.
View 3 OAuth scopes used by current Actions
issues:create, write, comments:create
View 3 provider permissions or credential requirements
issues:create, write, comments:create
Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.
Use Linear as a Trigger
The current provider manifest contains 22 available Trigger definitions. Representative definitions include:
- Issue Events
- Comment Events
- Project Events
- Cycle Events
- Reaction Events
- Custom Webhook Events
View all 22 available Trigger definitions
| Trigger | Manifest key | Delivery | Additional scopes |
|---|---|---|---|
| Any Linear Event | linear.any_event.instant | instant | None declared |
| Custom Webhook Events | linear.custom_webhook_events.instant | instant | None declared |
| Agent Session Events | linear.agent_session_event.instant | instant | None declared |
| App User Notification Events | linear.app_user_notification.instant | instant | None declared |
| Attachment Events | linear.attachment.instant | instant | None declared |
| Comment Events | linear.comment.instant | instant | None declared |
| Customer Events | linear.customer.instant | instant | None declared |
| Customer Need Events | linear.customer_need.instant | instant | None declared |
| Cycle Events | linear.cycle.instant | instant | None declared |
| Document Events | linear.document.instant | instant | None declared |
| Initiative Events | linear.initiative.instant | instant | None declared |
| Initiative Update Events | linear.initiative_update.instant | instant | None declared |
| Issue Events | linear.issue.instant | instant | None declared |
| Issue Label Events | linear.issue_label.instant | instant | None declared |
| Issue SLA Events | linear.issue_sla.instant | instant | None declared |
| OAuth Authorization Events | linear.oauth_authorization.instant | instant | None declared |
| Permission Change Events | linear.permission_change.instant | instant | None declared |
| Project Events | linear.project.instant | instant | None declared |
| Project Label Events | linear.project_label.instant | instant | None declared |
| Project Update Events | linear.project_update.instant | instant | None declared |
| Reaction Events | linear.reaction.instant | instant | None declared |
| User Events | linear.user.instant | instant | None declared |
Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.
Use Linear Actions
The current Action manifest contains 5 operations. Representative Actions include:
- Create Issue
- Update Issue
- Add Comment
- Create Project
- Custom GraphQL Request
View all 5 available Action definitions
| Action | Manifest key | Access and auth | Manifest rate limit |
|---|---|---|---|
| Create Issue | linear.create_issue | issues:createFastHook-managed account | 1/second |
| Update Issue | linear.update_issue | writeFastHook-managed account | 1/second |
| Add Comment | linear.add_comment | comments:createFastHook-managed account | 1/second |
| Create Project | linear.create_project | writeFastHook-managed account | 1/second |
| Custom GraphQL Request | linear.custom_api_request | writeFastHook-managed account | 1/second |
The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.
Build a Workflow
- Create a Source using a Linear Trigger definition.
- Create a Workflow with that Source as its Trigger.
- Add the required Linear Action and select the connected account.
- Map Trigger or earlier-Step data into the Action fields with the field picker.
- Add a Filter, Paths, Delay, or Transformation when the route needs it.
- Activate the Workflow, produce a controlled event, and verify the run in Audit and in Linear.
Troubleshooting Linear
- The account is missing or cannot be selected
- Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
- A resource picker is empty
- Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
- The editor asks for additional scopes
- Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
- An active Workflow returns 401, 403, or a permission error
- Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
- The provider returns 429 or a temporary 5xx
- Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.
Provider-specific checks
- Team, project, state, and assignee pickers depend on connected-workspace access.
- Filter event actions before using create operations to prevent duplicates.