Skip to main content

Jira Connector

Connect to Atlassian Jira to index issues, comments, and project data.

Overview

The Jira connector supports:

  • Jira Cloud and Server/Data Center
  • Issues with full field content
  • Comments and worklogs
  • JQL-based filtering

Prerequisites

  • Jira Cloud or Server instance
  • User account with browse project access
  • API token (Cloud) or credentials (Server)

Authentication

Jira Cloud

  1. Create API token at Atlassian Account
  2. Use email + API token

Jira Server

Use username and password authentication.

Configuration

SettingDescription
Instance URLJira instance URL
EmailAccount email
API TokenGenerated token
JQL FilterQuery to filter issues

Setup Steps

  1. Add Connector: Knowledge → Add Data Source → Jira
  2. Enter Credentials: Instance URL and API token
  3. Set JQL Filter: Define which issues to sync
  4. Configure Options: Comments, attachments
  5. Test & Create: Verify and save

JQL Filtering

Use JQL to filter issues:

project = "ENGINEERING" AND status != Closed
project in (ENG, PROD) AND created >= -90d
labels = documentation

Content Indexed

ContentIncluded
Issue summary/descriptionYes
CommentsOptional
AttachmentsOptional
Custom fieldsYes
WorklogsOptional

Best Practices

  1. Use JQL to filter relevant issues
  2. Exclude closed/archived issues
  3. Include comments for context
  4. Focus on documentation-related issues

Troubleshooting

Authentication failed: Verify API token and email

No issues found: Check JQL filter syntax

Missing fields: Verify field-level permissions