Can't use "Issue Type" in issue templates, as recently released #159007
Replies: 5 comments 8 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Feature Request: Add a dedicated "type" field in issue templatesname: 🐞 Bug Report
description: Report a problem to help us improve
title: "[Bug]: "
labels: [ "bug" ] # not this
types: [ "bug" ] # this
assignees: [ ]
|
Beta Was this translation helpful? Give feedback.
-
|
Where the Setting Should Be Here's the manual path to confirm you're in the right place: Go to the main page of the repository linked to your project. Click on the "Settings" tab. In the "General" section of the settings, scroll down to the "Features" area. Find the "Issues" feature, and click the "Set up templates" button. Inside this view, when you edit an existing issue form or create a new one, you should now see a new option to assign an icon and a name for the issue type, which is what the new feature is all about. Why Isn't It Showing Up?If you've gone to the correct settings page and still don't see the option, there are a couple of likely reasons: Phased Rollout (Most Likely): This is the most common reason. GitHub often rolls out new features progressively. Your organization or repository might simply not be in the batch that has received the feature yet, even though the announcement banner is visible. It can sometimes take a few days to a week for a feature to be available to everyone. A Minor UI Bug: It's possible that the announcement banner was enabled for you, but the feature flag for the actual settings page wasn't. This would be a bug. Permissions: To edit issue templates, you need to have write or admin permissions for the repository. It's worth double-checking that you have the correct access level. What to Do NowHard Refresh: The simplest first step is to do a hard refresh (Ctrl+Shift+R or Cmd+Shift+R) on the issue template settings page to make sure you're not seeing a cached version of the page. Wait a Day or Two: If it's a phased rollout, the feature may just appear on its own soon. Report to Support: If you've waited and are sure you have the right permissions, the best course of action is to report this directly to GitHub Support. They can look at your specific repository and see if it's a bug or if the feature flag hasn't been enabled for your account yet. |
Beta Was this translation helpful? Give feedback.
-
|
This is now supported, try: type: Bug |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone 👋 It looks like there’s been some confusion around the new “issue types” feature and how it integrates with issue forms and templates. Here’s a quick summary to help clarify things:
type: dropdown You can pair this with the appropriate label to maintain your existing workflows until native issue types are fully supported.
Hope this clears things up a bit! The new issue types system is a great addition once it’s fully enabled, and labels or dropdowns are solid workarounds in the meantime. 🚀 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Feature Area
Issues
Body
A recent release stating that "You can now add issue types to your forms and templates!" when creating an issue from within a Project (see screenshot), but when configuring a template, that option doesn't exist.
I was really looking forward to this feature, so I would appreciate this being resolved!
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions