Hi,
I have a field with allowed values which look like
<
ALLOWEDVALUES>
<
LISTITEM value="Rvw29 - PAAM Monitoring: Code review" />
<
LISTITEM value="Rvw30 - ETL\ Reports testing" />
<
LISTITEM value="Rvw31 - Code review- Data load exe" />
<
LISTITEM value="Rvw32 - Initial load unit testing" />
Here for the 2nd item "\" is used as literal and is not used to represent a Group which TFS does by default. When i am trying to import this work item, folowing error is thrown.
Warning: TF26171: User/group 'Rvw30 - ETL\ Reports testing' is not found.
TF26204: The account you entered is not recognized. Contact your Team Foundation
Server administrator to add your account.
How can I force TFS to consider "\" literally instead of treating 'Rvw30 - ETL" as a group name.
Thanks,
Laxmi.