From 12a210f031e5d22a95951a012ad5b52ed248a5c7 Mon Sep 17 00:00:00 2001 From: petrisorcoderabbit Date: Tue, 19 Nov 2024 01:41:31 +0200 Subject: [PATCH] Add Jira create issue from chat section --- docs/integrations/knowledge-base.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/integrations/knowledge-base.md b/docs/integrations/knowledge-base.md index b41ed48c..3e06ef94 100644 --- a/docs/integrations/knowledge-base.md +++ b/docs/integrations/knowledge-base.md @@ -20,6 +20,15 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log 1. Add Jira's Project Keys to the `knowledge_base.jira.project_keys` field in your project's CodeRabbit configuration file at `.coderabbit.yaml`. +### Creating Issues with Jira Integration + +1. If you had already enabled Jira integration, you will need to disable and re-enable it in order to get the newly updated required permissions. +2. This feature will use the first project key found in the repository settings from `knowledge_base.jira.project_keys` field. + +CodeRabbit is able to create issues from a PR comment if the message is clear that you want to create a new **jira issue**. + +Example: `Create a new jira issue to remind me about this refactor.` + ## Linear {#Linear} ### CodeRabbit App