Field names with special characters may not work when querying
search cancel

Field names with special characters may not work when querying

book

Article ID: 123454

calendar_today

Updated On:

Products

Rally On-Premise Rally SaaS

Issue/Introduction

A customer set up a Kanban board with a query on a custom drop down field (ex. named 'CustomText/Field') as follows;

( c_CustomText/Field contains "test" )

However the query is not filtering, no errors are presented.

 

Environment

Release:
Component: ACSAAS

Resolution

The problem is the special character '/' in the field name.  Users are advised not to include special characters in field names.  In order for the query to run, remove the '/' from the name in the query as follows;

( c_CustomTextField contains "test" )

The query should work without having to create a new custom field.

Additional Information

See also:   https://knowledge.broadcom.com/external/article?articleId=117801