Could you add a new functionality to create a labels for any project on the fly in the project General Settings:
Maybe instead of forcing user to navigate to Labels Management we could have there an option to create a new label on the fly when we hit Enter?
Same question with the custom fields for issues with type of enumeration - is it possible to detect that and also allow to extend that enum on the fly from the issue editor?
Best regards!
Robin Shen commented 3 weeks ago
The problem is that labels and custom fields are global (for sake of easily constructing the query, and transition rules). Only administrators (with site responsibility) can add new items. It can easily be messed up if non-admins are allowed to add items on the fly.
Mieszko Syty commented 3 weeks ago
Could we take the permissions into consideration and allow that functionality only for admins?
Hi Robin,
Could you add a new functionality to create a
labels
for anyproject
on the fly in theproject
General Settings:Maybe instead of forcing user to navigate to Labels Management we could have there an option to create a new
label
on the fly when we hitEnter
?Same question with the
custom fields
forissues
with type ofenumeration
- is it possible to detect that and also allow to extend thatenum
on the fly from theissue
editor?Best regards!