Skip to content

Commit a650e04

Browse files
committed
Add images for Linear integration setup
1 parent 6aea002 commit a650e04

11 files changed

+44
-15
lines changed

docs/integrations/Jira/link.md

+34-5
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,52 @@
11
---
2-
title: Integrate CodeRabbit with Jira
2+
title: Utilize CodeRabbit with Jira
33
description: Integrate CodeRabbit with Jira.
4-
sidebar_label: Link Issues with Pull Request
4+
sidebar_label: Linked and Related Issues
55
image: "/preview_meta.jpg"
66
---
77

88
<head>
99
<meta charSet="utf-8" />
10-
<meta name="title" content="Connect CodeRabbit with Jira" />
10+
<meta name="title" content="Utilize CodeRabbit with Jira" />
1111
<meta name="description" content="Integrate CodeRabbit with Jira" />
1212

1313
<meta property="og:type" content="website" />
1414
<meta property="og:url" content="https://coderabbit.ai/" />
15-
<meta property="og:title" content="Connect CodeRabbit with Jira" />
15+
<meta property="og:title" content="Utilize CodeRabbit with Jira" />
1616
<meta property="og:description" content="CodeRabbit: AI-powered Code Reviews" />
1717
<meta property="og:image" content="/preview_meta.jpg" />
1818

1919
<meta name="twitter:image" content="https://coderabbit.ai/preview_meta.jpg" />
2020
<meta name="twitter:card" content="summary_large_image" />
21-
<meta name="twitter:title" content="Connect CodeRabbit with Jira" />
21+
<meta name="twitter:title" content="Utilize CodeRabbit with Jira" />
2222
<meta name="twitter:description" content="CodeRabbit: AI-powered Code Reviews" />
2323
</head>
24+
25+
### Linking Issues
26+
27+
After successfully integrating CodeRabbit with Jira, you gain the ability to link Jira issues directly to your pull requests.
28+
29+
Linking Issues with Pull Requests
30+
To link a Jira issue to a pull request, simply include the Jira Issue ID in the pull request description. For instance:
31+
32+
Jira issue: TEK-01
33+
34+
This indicates that the pull request addresses a specific issue, such as fixing a bug. When the pull request is submitted with the associated Jira Issue ID, CodeRabbit automatically retrieves the corresponding issue and evaluates whether the pull request fulfills its objectives.
35+
36+
:::info
37+
You can view the assessment outcome in the Walkthrough section.
38+
:::
39+
40+
Upon posting the review findings, CodeRabbit provides details about the issue's objectives, confirms whether they were met, and offers additional explanations if needed.
41+
42+
### Finding Related Issues
43+
44+
One of the key features of CodeRabbit's Jira integration is its ability to discover related issues. Leveraging RAG (Retrieval-Augmented Generation), CodeRabbit enhances its AI capabilities. RAG empowers AI models to incorporate external data sources beyond their training sets or predefined parameters, thereby enhancing their responses to given prompts.
45+
46+
After integrating with Jira, CodeRabbit scans through open issues, indexing them for future reference. This means that pre-existing issues are retrieved, indexed into a Vector database, and subsequently searched for each new pull request.
47+
48+
:::info
49+
Indexing occurs periodically on a scheduled basis. As a result, newly created issues or those not yet scheduled for indexing may not be immediately detected by CodeRabbit.
50+
:::
51+
52+
If any related issues are identified, CodeRabbit highlights them, providing insights into the pull request's coverage and facilitating collaboration between developers and reviewers.

docs/integrations/Linear/link.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: Utilize CodeRabbit with Linear
33
description: Utilize CodeRabbit with Linear.
4-
sidebar_label: Link Issues with Pull Request
4+
sidebar_label: Linked and Related Issues
55
image: "/preview_meta.jpg"
66
---
77

88
<head>
99
<meta charSet="utf-8" />
10-
<meta name="title" content="Connect CodeRabbit with Linear" />
10+
<meta name="title" content="Utilize CodeRabbit with Linear" />
1111
<meta name="description" content="Integrate CodeRabbit with Linear" />
1212

1313
<meta property="og:type" content="website" />
1414
<meta property="og:url" content="https://coderabbit.ai/" />
15-
<meta property="og:title" content="Connect CodeRabbit with Linear" />
15+
<meta property="og:title" content="Utilize CodeRabbit with Linear" />
1616
<meta property="og:description" content="CodeRabbit: AI-powered Code Reviews" />
1717
<meta property="og:image" content="/preview_meta.jpg" />
1818

1919
<meta name="twitter:image" content="https://coderabbit.ai/preview_meta.jpg" />
2020
<meta name="twitter:card" content="summary_large_image" />
21-
<meta name="twitter:title" content="Connect CodeRabbit with Linear" />
21+
<meta name="twitter:title" content="Utilize CodeRabbit with Linear" />
2222
<meta name="twitter:description" content="CodeRabbit: AI-powered Code Reviews" />
2323
</head>

docs/integrations/Linear/setup.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ As your team works on resolving Linear issues, CodeRabbit automatically assesses
3737

3838
On this page, toggle the button for the Linear Integration.
3939

40-
![Integrations Page](../images/Linear/linear-login-light.png#gh-light-mode-only)
41-
![Integrations Page](../images/Linear/linear-login.png#gh-dark-mode-only)
40+
![Integrations Page](../images/Linear/setup/linear-login-light.png#gh-light-mode-only)
41+
![Integrations Page](../images/Linear/setup/linear-login.png#gh-dark-mode-only)
4242

4343
Once toggling, you will be redirected over to Linear's authorization page. If you are not signed in, please sign in with your Linear credentials.
4444

45-
![Integrations Page](../images/Linear/linear-auth-light.png#gh-light-mode-only)
46-
![Integrations Page](../images/Linear/linear-auth.png#gh-dark-mode-only)
45+
![Integrations Page](../images/Linear/setup/linear-auth-light.png#gh-light-mode-only)
46+
![Integrations Page](../images/Linear/setup/linear-auth.png#gh-dark-mode-only)
4747

4848
Lastly, Linear will ask you to authorize CodeRabbit for read access.
4949

50-
![Integrations Page](../images/Linear/linear-connected-dark.png#gh-dark-mode-only)
51-
![Integrations Page](../images/Linear/linear-connected-light.png#gh-light-mode-only)
50+
![Integrations Page](../images/Linear/setup/linear-connected-dark.png#gh-dark-mode-only)
51+
![Integrations Page](../images/Linear/setup/linear-connected-light.png#gh-light-mode-only)
5252

5353
**That's It!** Linear will redirect you back to the CodeRabbit integrations page where you should see the toggle enabled for the Linear Integration.
5454

Loading
Loading

0 commit comments

Comments
 (0)