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: |
|
This would be a reasonable alternative to allowing public to set labels. |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions