Dynamic GitHub Issue template creation #197174
Replies: 5 comments 1 reply
-
|
i think im having the same issue |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
Hey @Sparsh0212 ! 👋 Thanks for posting in the GitHub Community! You are more likely to get a useful response if you are posting your question in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you. Good luck! |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
💡 The Verdict: GitHub Issue Forms are Static (Plus Workarounds)No, GitHub Issue Forms do not support dynamic field selection or conditional rendering based on previous selections. The YAML schema configuration for issue forms is purely static. You cannot change available dropdown values or reveal new inputs dynamically based on what a user selects. However, depending on your workflow requirements, there are standard architecture patterns to work around this limitation. 🛠️ Developer Workarounds1. The Multi-Template / Chooser Approach (Native UI)Instead of a single multi-step form, split the logic into multiple dedicated templates and use a chooser configuration file to guide the user.
2. Organization-Level "Issue Fields" (New Feature)GitHub recently rolled out Issue Fields in public preview.
3. Post-Submit Automation via GitHub Actions (IssueOps)If you need automated processing based on form fields, turn it into an IssueOps workflow:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Issues
Body
Hi Team,
Does GitHub support dynamic form selection in input fields for custom github issue template.
Beta Was this translation helpful? Give feedback.
All reactions