- Linear
- Jira
Connecting Linear
Connect Linear through the standard Composio OAuth flow:Configuring defaults
Set which team and project ManticScore creates issues in by default. You only need to do this once — ManticScore uses these values for every export unless you override them per request.List your Linear teams
Create an issue directly
Create a ticket from a build node
ManticScore maps each node’seffort and risk fields to Linear issue priority automatically.Bulk-ship a build plan
Export every node from a build graph to Linear in one call. Settop_level_only: true to export only root-level nodes.Defaults and overrides
When you call any ship or ticket endpoint, ManticScore uses your saved defaults unless you pass overrides explicitly. This means you can callPOST /build-graphs/{id}/ship with just {"target": "linear"} and ManticScore fills in the team, project, labels, and assignee from your configured defaults.
Both
/build-nodes/{node_id}/ticket and /build-graphs/{graph_id}/ship return 400 if the target integration is not connected or if no default team/project has been configured. Connect the integration and run POST /integrations/{toolkit}/discover to set initial defaults, or configure them manually via PATCH /profile/integrations/{toolkit}/defaults.