Rally: Red Flare - Validation Error
search cancel

Rally: Red Flare - Validation Error

book

Article ID: 370205

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

When updating the Team Board, creating new project or a variety of other screens and actions, the user is presented with a similar error.  The field name and values listed can vary depending on your environment.  Here are two error messages for different fields as examples:

 

Error with the State field on Defects:

Validation error:  The allowed values must be unique.  RatingScheme{name='null', ratings={[Duplicated, Closed, Verified, New, Cannot reproduce, Open, Discarded, Reopen, In progress, Not defined, Resolved, Working as designed, Won't Fix]}}.configuration.defectStateRatingScheme.ratings(ordinals)[7] is already an allowed value.

 

Error with the Environment field on Defects:

Validation error:  The allowed values must be unique.  RatingScheme{name='null', ratings={[Prep, Disaster Recovery, Test, Prod]}}.configuration.defectEnvironmentRatingScheme.ratings(ordinals)[3] is already an allowed value.

 

Take a moment and identify which field and which work item type is affected by looking at the error message that you received.

Cause

There is an internal "ordinal" number that keeps track of the order of the values for a field and two of them have the same ordinal number. The error indicates that there is a duplicate ordinal number.

Resolution

This fix should take a few seconds, so there is minimal impact to users.

To correct the issue as a Workspace or Subscription Admin;

  1. Go into Setup at the project or workspace level.
  2. Select the Fields tab.
  3. Select the work item Type from the dropdown on the left.  This is noted in your error message.
  4. Locate the field noted in your error message and click on it.
  5. Take a screenshot of the values on the right side to note the order in which they appear.
  6. Select the bottom value and click the Rank Highest button.
  7. Do this to each (bottom) value in turn, until you've cycled through all values.
  8. The list should now be in the same order as the screenshot that you took above.

The error should no longer appear as you resume your previous activity.