Ask a questionAsk a question
 

AnswerUsing "\" as a literal in LISTITEM.

  • Friday, September 21, 2007 6:01 AMLaxmi. Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

     

    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.

Answers

  • Friday, September 21, 2007 5:38 PMAliaksei BaturytskiMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Unfortunately this is not possible. In our design strings with '\' characters are considered account names; this cannot be changed.

    Alex

All Replies

  • Friday, September 21, 2007 5:38 PMAliaksei BaturytskiMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Unfortunately this is not possible. In our design strings with '\' characters are considered account names; this cannot be changed.

    Alex