1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update managing-issue-types-in-an-organization.md (#54651)

This commit is contained in:
Riley Broughten
2025-03-12 13:35:08 -07:00
committed by GitHub
parent 90ea84178f
commit 9050edfcb0

View File

@@ -25,12 +25,11 @@ When you add an issue type to an issue, the type will be shown on any lists of i
1. Under "Type name", type the name of your new issue type. 1. Under "Type name", type the name of your new issue type.
1. Under "Description", to help other people understand the purpose of your new issue type, type a description. 1. Under "Description", to help other people understand the purpose of your new issue type, type a description.
1. Under "Color", click on the color you would like for the new issue type. 1. Under "Color", click on the color you would like for the new issue type.
1. Optionally, to stop the new issue type being available in public repositories, select **Private repositories only**.
1. Click **Create**. 1. Click **Create**.
## Making changes to issue types ## Making changes to issue types
You can change the name, description, color, and public repository visibility of your issue types. You can change the name, description, and color of your issue types.
You can also choose to disable or delete an issue type. If you disable an issue type, it will not be shown and it won't be possible to set an issue to that type, but if you later decide to enable the issue type, it will be displayed again on any issues previously set to the issue type. If you delete an issue type, it is permanently removed. You can also choose to disable or delete an issue type. If you disable an issue type, it will not be shown and it won't be possible to set an issue to that type, but if you later decide to enable the issue type, it will be displayed again on any issues previously set to the issue type. If you delete an issue type, it is permanently removed.
@@ -40,5 +39,5 @@ You can also choose to disable or delete an issue type. If you disable an issue
![Screenshot of the issue types settings page for an organization. The "open type options" button is highlighted with an orange rectangle.](/assets/images/help/issues/issue-type-edit.png) ![Screenshot of the issue types settings page for an organization. The "open type options" button is highlighted with an orange rectangle.](/assets/images/help/issues/issue-type-edit.png)
1. In the menu, click **Edit** and make your changes. 1. In the menu, click **Edit** and make your changes.
* To make changes to the type name, description, color, and if the issue type should only appear for private repositories. Then click **Save**. * To make changes to the type name, description, or color, click **Save**.
* To disable or delete the issue type, in the "Danger zone", click **Disable** or **Delete** and follow the prompts. * To disable or delete the issue type, in the "Danger zone", click **Disable** or **Delete** and follow the prompts.