Unable to add labels to visual task boards with 500 Console error after New York upgradeDescriptionUnable to add labels to visual task boards in New York. PRB1348590 was previously raised for this behavior, which was closed as 'Working as Expected'. From network tab on java console:500 errorhttps://<instance>/api/now/v1/vtb/boards/<sys_id>/labelI see this when i turn on debugger02:04:47.199 VTB Service Error - 2000, Insufficient Permissionslog02:04:47.201 #633920 [REST API] RESTAPIProcessor : Insufficient PermissionsResolution The user does not have global_tags_creator or tags_admin role so the user is not able to create a new label or rename the existing ones.However, if the user creates a new label or renames an existing one to a name which already exists in "label" table and is viewable by everyone, the label *can be* created in VTB since we are reusing an already existing label.The rename is equivalent to deleting the old label, creating a new one and remapping old label's entries to new oneThe user will be able to create a new label or rename existing ones to the following - https://instance-name.service-now.com/label_list.do?sysparm_query=viewable_by=everyoneThese are entries in "label" table, which are viewable by everyone. As a workaround you can look to set the 'glide.vtb.check_global_tags_creator_role' System Property to false.Additional InformationIf users with global _tags_creator or tags_admin role just have those 7 out of box labels to update but if anyone else woh has permission to create Labels created one , then the user can update that label also including those 7 out of box labels. Some additional document which might help you:- https://docs.servicenow.com/csh?topicname=t_ConfigureLabels.html&version=latest#t_ConfigureLabels