You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now each developer create link in your pull request and can to do mistake in label name. We can't filter our PR correctly in this case.
Solution
Create settings section for your plugin in Repository settings. Admins can create list of labels. Developers can use labels from this list only or create own.
The text was updated successfully, but these errors were encountered:
That sounds legit, although I'd like to say that it should be optional because there are lots of teams that already got used to the existing mechanism of adding labels, and changing it without having back-compatibility would cause lots of frustration.
There is also a topic to think:
should it be configurable on global level of Bitbucket?
should it be configurable on project level of Bitbucket?
do we really need list of labels in a special menu in UI or maybe it would be better to specify them in a YAML file stored in the same repository?
Unfortunately, we don't have enough time resources to implement this feature ASAP, but I'd be glad to merge the pull request with this feature implemented.
it should be optional because there are lots of teams that already got used to the existing mechanism of adding labels, and changing it without having back-compatibility would cause lots of frustration.
of course
should it be configurable on project level of Bitbucket?
It should to be configurable on repository level. But many plugins can set up some settings on all this levels but override them on the next level global -> project -> repository.
do we really need list of labels in a special menu in UI or maybe it would be better to specify them in a YAML file stored in the same repository?
I think - GUI.
Unfortunately, we don't have enough time resources to implement this feature ASAP, but I'd be glad to merge the pull request with this feature implemented.
Problem
Now each developer create link in your pull request and can to do mistake in label name. We can't filter our PR correctly in this case.
Solution
Create settings section for your plugin in Repository settings. Admins can create list of labels. Developers can use labels from this list only or create own.
The text was updated successfully, but these errors were encountered: