Connecting Jira to Mesrai enables two powerful features: automatic business logic validation against Jira tickets, and richer context for code review suggestions.
How to connect
- Go to Settings → Plugins
- Find Jira in the available plugins
- Click Connect and authorize access to your Jira workspace
- Select which projects Mesrai can access
What it enables
Automatic business logic validation
When a PR is linked to a Jira ticket, Mesrai 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:
@mesrai -v business-logic https://your-org.atlassian.net/browse/PROJ-123Richer code review context
With Jira connected, Mesrai 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.