← All posts

Jira joins the connectors

The Jira connector lands — projects and issues as retrievable knowledge, hourly incremental — alongside per-source reconcile schedules: a second full-sync cadence, on every connector, that prunes what incremental syncs can never see deleted.

Vocion Teamvocion-v2.2.0

A ticket tracker is the system of record for what work exists and what state it's in — which makes it exactly the kind of source an agent team should be able to read. But Jira is also a system where things get deleted, and an incremental sync can never notice: a deleted issue simply stops matching updated >= the watermark. v2.2.0 ships both halves — the connector, and the mechanism that keeps any connector's index honest.

What's new

Configuration

slug: jira
name: Jira — Projects & Tickets
kind: jira
config:
  baseUrl: https://acme.atlassian.net
  projectKeys: [REV, OPS] # opt-in — only listed projects sync
  doneWindowDays: 90 # full syncs keep done issues updated in this window
schedule: '17 * * * *' # hourly incremental
# reconcileSchedule: '0 3 * * *'  # full-sync reconcile — omit for the connector default, false to disable
enabled: true

Apply the workspace, paste the Atlassian email + API token on /dashboard/sources, and add jira to connectorSources on the agents that should read it.

Where to find it