What it does
Linear manages issues via GraphQL: create, get, list with team / assignee / state filters.
Setup
- In Linear → Settings → API → OAuth applications, create an app with redirect URI
https://<your-domain>/callback/linear. - In FlowFn Admin → Platform Tools → Linear, paste Client ID, Client secret, and redirect URI.
- Connect from the FlowFn app and authorize (scopes:
read,write).
Actions
- Create Issue, Get Issue, List Issues
Notes
Linear is GraphQL-only. Issue id accepts the UUID or the human identifier (e.g. ENG-123).