Ability to choose a label, release version or some other structured data type from an issue form dropdown #4266
Replies: 4 comments 1 reply
-
I think that would be a nice addition indeed. If a dropdown could match a label, it would allow issue forms to be used to triage issues as they are created in a repository. Until this is implemented, a potential workaround can be to use GitHub actions to automatically add a label to an issue based on the issue's body (and thus the heading and dropdown choice). Here is an example: |
Beta Was this translation helpful? Give feedback.
-
This would be a reasonable alternative to allowing public to set labels. |
Beta Was this translation helpful? Give feedback.
-
Sounds related to #5642 |
Beta Was this translation helpful? Give feedback.
-
I would want to explicitly define the mapping in a given drop-down for the displayed value and corresponding label because they may not be the same. Ex., display in a drop-down "Windows" and, if this value is chosen, automatically apply label "win_x86" to the issue. |
Beta Was this translation helpful? Give feedback.
-
When creating an issue form dropdown, I'd like the submitter to be able to choose from a set of existing labels, release versions or some other structured data type. This choice would then be reflected in their submission and the correct metadata added to the issue.
Beta Was this translation helpful? Give feedback.
All reactions