Skip to main content
Connecting Jira to Kodus enables two powerful features: automatic business logic validation against Jira tickets, and richer context for code review suggestions.

How to connect

  1. Go to SettingsPlugins
  2. Find Jira in the available plugins
  3. Click Connect and authorize access to your Jira workspace
  4. Select which projects Kodus can access

What it enables

Automatic business logic validation

When a PR is linked to a Jira ticket, Kodus automatically:
  • Fetches the ticket title, description, and acceptance criteria
  • Compares the PR diff against the requirements
  • Reports missing implementations, scope mismatches, and gaps

On-demand validation

Paste any Jira URL in a PR comment:
@kody -v business-logic https://your-org.atlassian.net/browse/PROJ-123

Richer code review context

With Jira connected, Kody can use MCP functions in your rules to fetch task context, check issue status, and cross-reference requirements.

Requirements

  • Jira Cloud or Jira Data Center
  • OAuth or API token access
  • Permissions to read the relevant projects
For details on business logic validation, see Business Logic Validation. For plugin setup, see Plugins.