Skip to content

Files

Latest commit

 

History

History
60 lines (41 loc) · 2.24 KB

File metadata and controls

60 lines (41 loc) · 2.24 KB
title intro permissions versions topics type
Editing an issue
Learn how to make changes to an existing issue.
Issue authors, people with write access or higher in repositories owned by an organization, and collaborators in repositories owned by a personal account can make changes to issues. {% data reusables.enterprise-accounts.emu-permission-repo %}
fpt ghes ghec
*
*
*
Pull requests
Issues
Project management
how_to

Editing an issue title

You can edit an issue's title. The change to the title is added to the issue's timeline.

  1. Navigate to the issue you want to edit.

  2. To the right of the issue title, click Edit.

    Screenshot of an issue header, the "Edit" button is highlighted with an orange outline.

  3. Type your new title.

  4. Click Save.

Editing an issue description

You can also make changes to the issue description. The edit history is available unless the author or a person with write access removes it. See AUTOTITLE.

  1. Navigate to the issue you want to edit.

  2. At the top right of the issue description, click {% octicon "kebab-horizontal" aria-label="Issue body actions" %}.

    Screenshot of an issue description. The "Issue body actions" button is highlighted with an orange outline.

  3. In the menu, click {% octicon "pencil" aria-hidden="true" %} Edit.

  4. Type your changes to the issue description.

  5. Click Save.

{% ifversion issue-types %}

Adding or changing the issue type

You can add an issue type or make changes to an existing issue type.

  1. Navigate to the issue you want to edit.

  2. To the right of the issue, in the sidebar, click Type.

    Screenshot of an issue sidebar. The "Add issue type" button is highlighted with an orange outline.

  3. In the list, select a new issue type.

  4. Click Save.

{% endif %}

Further reading