Some characters not allowed in the Name Field
search cancel

Some characters not allowed in the Name Field

book

Article ID: 239125

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

Is it possible to get a list of special characters that are not allowed in the name field for work items in Rally? It seems that if they enter <> around a set of text an they display incorrectly, or an error occurs "Validation error: Feature.Name contained invalid input. Field is required and may not be empty." Other combinations of these characters apparently work fine. 

Resolution

The issue causing this validation error is seen because the Name field is a field that allows HTML -  and the characters < and > are reserved HTML characters.

If your users would like to use the greater than and less than signs in their artifact names, it will be necessary to change the name of the artifact to use HTML Entities as follows:

from: <some name>

to: &lt; some name &gt;

Or they can also use < some name > (spaces before and after the name of the artifact name) Rally doesn't have an official list of HTML entities (ie: special characters), but the following link will show many sites with that information:

https://www.google.com/search?q=html+character+entities+list&oq=html+&aqs=chrome.0.69i59l2j69i60l2j69i65l3j69i60.4802j0j7&sourceid=chrome&ie=UTF-8

The following link discusses using HTML tags in our text fields and has a list of these fields if you would like more information on that:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/agile-development-and-management/rally-platform-ca-agile-central/rally/using/work-efficiently-in-rally/common-tasks/using-html-tags-in-text-fields.html