Skip to main content
Route issues from a single Linear project to multiple Git repositories. Useful when your team splits work across frontend, backend, infrastructure, or service repos.

How routing works

Risoluto matches each incoming issue against a set of routing rules. Rules are evaluated in order:
  1. Label match — if the issue has a label that matches a route, that route wins
  2. Prefix match — the issue identifier prefix (e.g., FE-, BE-) selects the repo
  3. Default — if nothing matches, the repo configured during setup is used

Configure routes

1

Define your repos

Add routes via the setup wizard at /setup, or use the API directly.
2

Verify routes

Expected output:
3

Test with a real issue

Create a Linear issue with identifier FE-42 and move it to In Progress. Confirm Risoluto clones the frontend repo for the agent workspace.
Use identifier prefixes (FE-, BE-) for stable team-to-repo mapping. Use labels for per-issue overrides — for example, when a backend developer needs to fix a frontend bug.

Managing routes

Workspace strategy

When using the worktree strategy with multiple repos, each repository gets its own bare clone. Worktrees are created per-issue from the bare clone, sharing the Git object store for efficiency.
With the directory strategy, each issue gets a full git clone. For large repos, worktree saves significant disk space and clone time.

What’s Next

Custom Sandbox

Build a Docker image with project-specific tools and runtimes.

Configuration

Full config reference for workspace, agent, and routing options.

Monitoring Stack

Set up Prometheus and Grafana for multi-repo visibility.
Last modified on April 3, 2026