-
Notifications
You must be signed in to change notification settings - Fork 32
Add Documentation for Linear and Jira Integration #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
858b7f1
Add initial Jira and Linear integrations docs
karan925 f15d5c1
Add setup documentation for Jira and Linear
karan925 b1372a0
Add new images for Linear and Jira integrations
karan925 ad8e942
Add images for Linear integration setup
karan925 dfe5827
Update Jira and Linear integration documentation
karan925 1199f12
Fix Jira and Linear integration descriptions
karan925 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add setup documentation for Jira and Linear
- Loading branch information
commit f15d5c128eef72d1abd1321420903bced724655b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: Integrate CodeRabbit with Jira | ||
description: Integrate CodeRabbit with Jira. | ||
sidebar_label: Setup | ||
image: "/preview_meta.jpg" | ||
--- | ||
|
||
<head> | ||
<meta charSet="utf-8" /> | ||
<meta name="title" content="Connect CodeRabbit with Jira" /> | ||
<meta name="description" content="Integrate CodeRabbit with Jira" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://coderabbit.ai/" /> | ||
<meta property="og:title" content="Connect CodeRabbit with Jira" /> | ||
<meta property="og:description" content="CodeRabbit: AI-powered Code Reviews" /> | ||
<meta property="og:image" content="/preview_meta.jpg" /> | ||
|
||
<meta name="twitter:image" content="https://coderabbit.ai/preview_meta.jpg" /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="Connect CodeRabbit with Jira" /> | ||
<meta name="twitter:description" content="CodeRabbit: AI-powered Code Reviews" /> | ||
</head> | ||
|
||
Jira is a widely-used project management tool that helps teams organize tasks, track progress, and collaborate effectively. With Jira, teams can create issues to represent tasks, bugs, or features, assign them to team members, set due dates, and monitor their status throughout the project lifecycle. | ||
|
||
:::note | ||
Visit [Jira](https://www.atlassian.com/software/jira) if you're unfamiliar and would like to learn more. | ||
::: | ||
|
||
As your team works on resolving Jira issues, CodeRabbit automatically assesses the changes made in the associated pull requests, helping you meet project objectives and maintain code quality standards. | ||
|
||
## Connect CodeRabbit with Jira | ||
|
||
 | ||
|
||
Visit the integrations page by selecting Integrations on the left sidebar on the webapp. On this page, toggle the button for the Jira Integration. | ||
|
||
 | ||
|
||
Once toggling, you will be redirected over to Jira's authorization page. If you are not signed in, please sign in with your Jira credentials. | ||
|
||
 | ||
|
||
Lastly, Jira will ask you to authorize CodeRabbit for read access to Jira Issues and read/write access to manage webhooks. | ||
|
||
**That's It!** Jira will redirect you back to the CodeRabbit integrations page where you should see the toggle enabled for the Jira Integration. | ||
|
||
### Disconnect CodeRabbit with Linear | ||
|
||
Disconnecting the integration is seamless. Just toggle the button off for the Linear Integration and CodeRabbit will automatically disconnect. | ||
|
||
--- | ||
|
||
Next we will look at how we can link Jira issues with pull requests and see how CodeRabbit assess them within the Pull Request. |
6 changes: 3 additions & 3 deletions
6
docs/integrations/linear.md → docs/integrations/Linear/link.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: Integrate CodeRabbit with Linear | ||
description: Integrate CodeRabbit with Linear. | ||
sidebar_label: Setup | ||
image: "/preview_meta.jpg" | ||
--- | ||
|
||
<head> | ||
<meta charSet="utf-8" /> | ||
<meta name="title" content="Connect CodeRabbit with Linear" /> | ||
<meta name="description" content="Integrate CodeRabbit with Linear" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://coderabbit.ai/" /> | ||
<meta property="og:title" content="Connect CodeRabbit with Linear" /> | ||
<meta property="og:description" content="CodeRabbit: AI-powered Code Reviews" /> | ||
<meta property="og:image" content="/preview_meta.jpg" /> | ||
|
||
<meta name="twitter:image" content="https://coderabbit.ai/preview_meta.jpg" /> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta name="twitter:title" content="Connect CodeRabbit with Linear" /> | ||
<meta name="twitter:description" content="CodeRabbit: AI-powered Code Reviews" /> | ||
</head> | ||
|
||
Linear is the project planning tool for teams dedicated to quality. Like Jira, it facilitates task organization, progress tracking, and seamless collaboration. Users can create issues to outline tasks, bugs, or features, assign them, set deadlines, and monitor their progress across the project lifecycle. | ||
|
||
:::note | ||
Visit [Linear](https://linear.app/) if you're unfamiliar and would like to learn more. | ||
::: | ||
|
||
As your team works on resolving Linear issues, CodeRabbit automatically assesses the changes made in the associated pull requests, helping you meet project objectives and maintain code quality standards. | ||
|
||
### Connect CodeRabbit with Linear | ||
|
||
 | ||
|
||
On this page, toggle the button for the Linear Integration. | ||
|
||
 | ||
|
||
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. | ||
|
||
 | ||
|
||
Lastly, Linear will ask you to authorize CodeRabbit for read access. | ||
|
||
**That's It!** Linear will redirect you back to the CodeRabbit integrations page where you should see the toggle enabled for the Linear Integration. | ||
|
||
### Disconnect CodeRabbit with Linear | ||
|
||
Disconnecting the integration is seamless. Just toggle the button off for the Linear Integration and CodeRabbit will automatically disconnect. | ||
|
||
--- | ||
|
||
Next we will look at how we can link Linear Issues with pull requests and see how CodeRabbit assess them within the Pull Request. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The instructions for entering the Self Managed GitLab URL are clear. However, the term "Self Managed" should be hyphenated ("Self-Managed") for consistency with the rest of the documentation.
Committable suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For future reviews, throughly check and recommend any improvements for grammatical or syntactical errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karan925, thank you for your feedback. I'll ensure to thoroughly check and recommend improvements for grammatical or syntactical errors in future reviews. For the current content, I've noted your suggestion for hyphenating "Self-Managed" for consistency, which is a great catch. If there are specific sections you're concerned about or would like me to review again, please let me know!
New Learnings Added