This feature is available exclusively as part of the Pro plan and is not
included in the Lite plan. Please refer to our pricing
page for more information about our plans
and features.
Jira
Enable Jira Integration
- Navigate to integrations in the CodeRabbit app.
- Toggle the Jira switch to enable the integration.
CodeRabbit Configuration
Now we need to configure the repository to work with the Jira and add Jira’s Project Keys. The project key is a short project identifier, for example inhttps://company.atlassian.net/browse/PROJ-123, the key is PROJ.
- Using .coderabbit.yaml
- Using Web Interface
By default, Jira integration is enabled for private repositories and disabled
for public repositories. You can override this behavior by setting
knowledge_base.jira.usage: enabled and chat.integrations.jira.usage: enabled in your .coderabbit.yaml file or using web interface. See
Configuration reference for details.Example Usage
- You can link an issue to your pull request, allowing CodeRabbit to assess whether your changes satisfy the issue’s requirements. To link a Jira Issue, you can add the Jira Issue into the PR description:
Closes https://company.atlassian.net/browse/PROJ-123. See Linked Issues for details. - You can also create new Jira issues directly through CodeRabbit. See our Issue Creation guide for details.
Linear
Enable Linear Integration
- Navigate to integrations in the CodeRabbit app.
- Toggle the Linear switch to enable the integration.
CodeRabbit Configuration
Now we need to configure the repository to work with Linear and add Linear’s Team Keys. The team key is a short team identifier, for example inhttps://linear.app/company/issue/DEV-123, the key is DEV.
- Using .coderabbit.yaml
- Using Web Interface
By default, Linear integration is enabled for private repositories and
disabled for public repositories. You can override this behavior by setting
knowledge_base.linear.usage: enabled and chat.integrations.linear.usage: enabled in your .coderabbit.yaml file or using web interface. See
Configuration reference for details.Example Usage
- You can link an issue to your pull request, allowing CodeRabbit to assess whether your changes satisfy the issue’s requirements. To link a Linear Issue, add the team key and issue number to the PR description:
Closes https://linear.app/company/issue/DEV-123. See Linked Issues for details. - You can also create new Linear issues directly through CodeRabbit. See our Issue Creation guide for details.

