|
| 1 | +--- |
| 2 | +title:Issue Creation |
| 3 | +sidebar_label:Issue Creation |
| 4 | +description:Learn how to create issues directly through CodeRabbit |
| 5 | +sidebar_position:9 |
| 6 | +--- |
| 7 | + |
| 8 | +```mdx-code-block |
| 9 | +import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; |
| 10 | +
|
| 11 | +<ProPlanNotice /> |
| 12 | +``` |
| 13 | + |
| 14 | +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. |
| 15 | + |
| 16 | +##Creating Issues Through Agentic Chat |
| 17 | + |
| 18 | +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. |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +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. |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +##Supported Platforms |
| 27 | + |
| 28 | +###GitHub Issues |
| 29 | + |
| 30 | +CodeRabbit can create GitHub issues directly in your repository. The integration works automatically without additional setup. |
| 31 | + |
| 32 | +###GitLab Issues |
| 33 | + |
| 34 | +Similar to GitHub, GitLab issue creation is supported out of the box. |
| 35 | + |
| 36 | +###Jira |
| 37 | + |
| 38 | +To create Jira issues, ensure you have[configured the Jira integration](../integrations/issue-integrations.md#jira) first. |
| 39 | + |
| 40 | +###Linear |
| 41 | + |
| 42 | +Make sure you have[set up the Linear integration](../integrations/issue-integrations.md#linear) to create Linear issues. |
| 43 | + |
| 44 | +##Tips for Issue Creation |
| 45 | + |
| 46 | +- Use natural language when creating issues through agentic chat |
| 47 | +- Include code snippets when relevant |
| 48 | +- Specify assignees if known |
| 49 | +- Set appropriate priorities |
| 50 | +- Add deadlines or milestones if applicable |
| 51 | + |
| 52 | +For more detailed information about issue tracking integrations, see our[Issue Integrations](../integrations/issue-integrations.md) guide. |