Linear

Linear

Creates an issue for a Linear team

Configuration

OptionDescription
Linear workspace
Type: integration
Required: True
Team
Type: integration_field
Required: True

Using our REST API you can create this destination like so:

Terminal
# Create a new destination
curl --location 'https://us.i.posthog.com/api/environments/:project_id/hog_functions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <POSTHOG_PERSONAL_API_KEY>' \
--data '{
"type": "destination",
"name": "Linear",
"inputs": {
"linear_workspace": {
"value": ""
},
"team": {
"value": ""
}
},
"enabled": true,
"template_id": "template-linear"
}'