- Project Management: Allows users to create tasks from Linear issues and update issues based on bot actions.
Creating app
You can create a Linear App by going to Settings > API > + in Linear.Get server URL
Retrieve the URL for the API service after you set up Automa.
Select events
Choose the events you want to receive webhooks for:
- Comments
- Agent session events
- Inbox notifications
- Permission changes
Adding environment variables
To configure the Linear integration, you need to set the following environment variables:LINEAR_API_CLIENT_ID: The client ID of your Linear App.LINEAR_APP_CLIENT_SECRET: The client secret of your Linear App.LINEAR_APP_WEBHOOK_SECRET: The webhook secret for the webhook in your Linear App.