32 lines
1.5 KiB
Markdown
32 lines
1.5 KiB
Markdown
---
|
|
title: Opening an issue from a comment
|
|
intro: You can open a new issue from a specific comment in an issue or pull request.
|
|
permissions: 'People with read permissions can create an issue in a repository where issues are enabled.'
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
---
|
|
|
|
When you open an issue from a comment, the issue contains a snippet showing where the comment was originally posted.
|
|
|
|
{% data reusables.repositories.administrators-can-disable-issues %}
|
|
|
|
1. Navigate to the comment you'd like to open an issue from.
|
|
|
|
2. In that comment, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}.
|
|

|
|
3. Click **Reference in new issue**.
|
|

|
|
4. Use the "Repository" drop-down menu, and select the repository you want to open the issue in.
|
|

|
|
5. Type a descriptive title and body for the issue.
|
|

|
|
6. Click **Create issue**.
|
|

|
|
{% data reusables.repositories.assign-an-issue-as-project-maintainer %}
|
|
|
|
### Further reading
|
|
|
|
- "[Creating an issue](/github/managing-your-work-on-github/creating-an-issue)"
|