Mneme

Jira

Connect Jira via Nango OAuth to ingest issue and comment signals.

The Jira connector ingests issue lifecycle events and comments from Jira Cloud via Nango OAuth polling. Issue tracking data provides context about ongoing work, priorities, and sprint progress.

Setup via Nango

Jira is connected through Nango, which manages OAuth tokens and provides a proxy API.

  1. Configure Jira OAuth in Nango Dashboard
    • Add a Jira (Atlassian) integration in your Nango dashboard
    • Set the required OAuth scopes: read:jira-work, read:jira-user
    • Complete the OAuth flow to connect your Jira instance

How It Works

The poll worker runs every 5 minutes and:

  1. Discovers active Jira connections via Nango
  2. Fetches recent issues and comments using Jira's REST API (proxied through Nango)
  3. Classifies events (issue, status change, comment, decision, alert)
  4. Stores signals with extracted entities
  5. Enqueues memory processing

Events Captured

Event TypeSignal CategoryWhat's Captured
Issue createdissueTitle, description, project, assignee, priority, labels
Issue updated (status)status_changeStatus transition (from → to), changelog
Issue updated (other)issueChanged fields, changelog
Comment createdcommentComment body, author, parent issue context

Comments are additionally classified using pattern matching:

  • Decision patterns (e.g., "decided", "approved") → decision category
  • Alert patterns (e.g., "incident", "outage") → alert category

Configuration

Jira is configured via Dashboard → Connectors → Jira. Enable/disable the connector from the dashboard.

On this page