1
0
mirror of synced 2025-12-23 21:07:12 -05:00
Files
docs/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md

1.5 KiB

title, intro, permissions, versions
title intro permissions versions
Opening an issue from a comment You can open a new issue from a specific comment in an issue or pull request. People with read permissions can create an issue in a repository where issues are enabled.
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" %}. Kebab button in pull request review comment

  3. Click Reference in new issue. Reference in new issue menu item

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

  5. Type a descriptive title and body for the issue. Title and body for new issue

  6. Click Create issue. Button to create new issue {% data reusables.repositories.assign-an-issue-as-project-maintainer %}

Further reading