CMDB Query Builder: UI not able to load Query tags when you have big number of saved queries (qb_saved_query)DescriptionIn CMDB Query Builder UI, the Query Tags are not displayed when you have big number of saved queries (qb_saved_query).Tags are properly displayed in the list view when you navigate to qb_saved_query table.If you use developer tools in your browser to capture the API request, you would see /api/now/ui/labels/retrieve_multiple/qb_saved_query/ call failed with "414 Request-URL Too Large".Steps to Reproduce 1) Create 400 or more qb_saved_query records2) Put a tag on any of the record3) Open qb_saved_query record in Platform List view ---> Tag is shown properly4) Open Query Builder UI and check the record, you would not see any tagWorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available.As of now, if you need to query the tag: use list view on qb_saved_query table (yourinstanceURL/qb_saved_query_list.do) and add "Tags" column.Related Problem: PRB1759344