BosunCadre BOSUNCADRE
Work-tracker integrations

Keep working in the tracker you already use.

BosunCadre doesn't ask your team to adopt a new tool. It plugs into the one you have — reads the work you file, does it, and reports back — across 18 trackers, issue systems, help desks, and boards.

18Tools supported
2-wayRead work · report status
<100Lines per new adapter
100%Adapters unit-tested

How the sync runs — both directions, on a loop

Your tracker
Jira · Linear · ServiceNow …
A ticket, issue, or card matching your query
picks up →
← comment + status
BosunCadre
execute · review · land
Runs the work behind a human land gate

Eighteen tools, one uniform adapter layer

Every adapter maps a provider's API onto the same three operations — find work, comment, set status — so behaviour is identical everywhere and a tracker we don't list yet is a small, quick addition.

Issue & code trackers

where engineering work lives 8
Jira
REST v3 · JQL
GitHub Issues
REST
GitLab Issues
REST v4
Linear
GraphQL
Shortcut
REST v3
YouTrack
REST · commands
Redmine
REST
Bugzilla
REST

ITSM & help desk

tickets and incidents 2
ServiceNow
Table API
Zendesk
REST · search

Work & project management

planning and delivery 6
Monday.com
GraphQL
Asana
REST
ClickUp
REST v2
Wrike
REST v4
Teamwork
REST
Azure DevOps Boards
WIQL

Kanban & docs

cards and databases 2
Trello
REST
Notion
API v1
Inbound

It picks up the work

The coordinator polls each project's query. Matching items become execute-review tasks — no duplicates, tracked by a stable link.

In flight

It does the work, gated

A runner drafts the change; the review stage checks it; nothing merges until a human lands it. The tracker shows "In Progress" the moment it's claimed.

Outbound

It reports back

On every status change BosunCadre posts a comment and transitions the source item — so the ticket closes itself, in the tool your team already watches.

bosun — configure a project in one line
# point a project at your tracker — token is encrypted at rest, never echoed
$ bosun tracker set --provider servicenow --base-url https://acme.service-now.com \
      --token ******** --query "active=true^assignment_group=Platform" \
      --status-start "In Progress" --status-done "Resolved"

# see what's wired up, or list every supported tool
$ bosun tracker providers
  asana · azuredevops · bugzilla · clickup · github · gitlab · jira · linear
  monday · notion · redmine · servicenow · shortcut · teamwork · trello
  wrike · youtrack · zendesk