
Setup
- Go to Settings → Linear
- Connect your Linear workspace
Linking threads to Linear issues
Once connected, open any thread and use the Thread links panel in the sidebar or press i to create a new Linear issue or link an existing one. When the Linear issue is completed or canceled, the thread automatically moves to Close the Loop.Linking Linear issues to threads via the API
You can also link a Linear issue to a Plain thread using thecreateThreadLink mutation, including from a machine user API key. This is useful for automation workflows that open Linear issues and want to surface them inside Plain without any manual steps.
For this to work, the Linear integration must be connected in Settings → Linear before you can link issues via the API. See the Linear integration guide for setup steps.
Your machine user API key also needs:
-
threadLink:create -
threadLink:read

