Skip to main content
ManticScore integrates with both Linear and Jira so you can move from a build plan to a tracked backlog without manual copy-paste. You can create a ticket from a single build node, or bulk-export an entire build graph at once. ManticScore auto-maps node effort and priority to the issue fields your team already uses. Connect whichever tracker your team prefers — the API shape is nearly identical for both.

Connecting Linear

Connect Linear through the standard Composio OAuth flow:
Open the URL in a browser, authorize ManticScore, and Linear auto-discovers your teams and projects.

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’s effort 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. Set top_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 call POST /build-graphs/{id}/ship with just {"target": "linear"} and ManticScore fills in the team, project, labels, and assignee from your configured defaults.
If you manage multiple Linear teams or Jira projects, you can override team_id or project_key on any individual request. Your saved defaults stay unchanged.
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.