Skip to content
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

adding guide on issue creation #250

Merged
merged 2 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/agent_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Set `enabled` to false within `web_search` within `knowledge_base` within the co

### Jira and Linear Integration

CodeRabbit Chat can deal with existing issue tracking system integrations in order to integrate with your existing issues. For details on setting up issue tracking integrations, see our [Issue Integrations](../integrations/issue-integrations.md) guide.
CodeRabbit Chat can deal with existing issue tracking system integrations in order to integrate with your existing issues. For details on setting up issue tracking integrations, see our [Issue Integrations](../integrations/issue-integrations.md) guide and [Issue Creation](./issue-creation.md) guide.

### Learnings Integration

Expand Down
52 changes: 52 additions & 0 deletions docs/guides/issue-creation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Issue Creation
sidebar_label: Issue Creation
description: Learn how to create issues directly through CodeRabbit
sidebar_position: 9
---

```mdx-code-block
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';

<ProPlanNotice />
```

CodeRabbit provides seamless issue creation capabilities across multiple platforms including GitHub, GitLab, Jira, and Linear. You can create issues directly from pull request discussions or through the agentic chat interface.

## Creating Issues Through Agentic Chat

Using CodeRabbit's chat functions, you can create issues naturally through conversations in comments or comment threads. Simply mention `@coderabbitai` and ask to create an issue.

![Creating issues inline](/img/guides/create-issue-inline.png)

When using CodeRabbit's [agentic chat](./agent_chat.md), CodeRabbit will help you format and create the issue with appropriate details based on your description and desired issue platform.

![Creating issues through agentic chat](/img/guides/create-issue-agentic.png)

## Supported Platforms

### GitHub Issues

CodeRabbit can create GitHub issues directly in your repository. The integration works automatically without additional setup.

### GitLab Issues

Similar to GitHub, GitLab issue creation is supported out of the box.

### Jira

To create Jira issues, ensure you have [configured the Jira integration](../integrations/issue-integrations.md#jira) first.

### Linear

Make sure you have [set up the Linear integration](../integrations/issue-integrations.md#linear) to create Linear issues.

## Tips for Issue Creation

- Use natural language when creating issues through agentic chat
- Include code snippets when relevant
- Specify assignees if known
- Set appropriate priorities
- Add deadlines or milestones if applicable

For more detailed information about issue tracking integrations, see our [Issue Integrations](../integrations/issue-integrations.md) guide.
6 changes: 5 additions & 1 deletion docs/integrations/issue-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ To link a Jira Issue, you can add the Jira Issue into the PR description as show
Closes CR-5
```

You can also create new Jira issues directly through CodeRabbit. See our [Issue Creation guide](../guides/issue-creation.md#jira) for details.

## Linear {#Linear}

```mdx-code-block
<ProPlanNotice />
```

With CodeRabbit, you can easily link your pull requests with Linear. It makes your life simpler by automatically creating Linear issues with all the code context, keeping your issues and pull requests in sync both ways. Plus, it lets you generate issues straight from pull requests, track how youre hitting your goals, and even turn code review feedback into actionable tasks in Linear.
With CodeRabbit, you can easily link your pull requests with Linear. It makes your life simpler by automatically creating Linear issues with all the code context, keeping your issues and pull requests in sync both ways. Plus, it lets you generate issues straight from pull requests, track how you're hitting your goals, and even turn code review feedback into actionable tasks in Linear.

### CodeRabbit App

Expand All @@ -67,6 +69,8 @@ To link a Linear Issue, you can add the Linear Issue via the team key and issue
Closes ENG-123
```

You can also create new Linear issues directly through CodeRabbit. Learn more in our [Issue Creation guide](../guides/issue-creation.md#linear).

## GitHub

```mdx-code-block
Expand Down
Binary file added static/img/guides/create-issue-agentic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/guides/create-issue-inline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.