Azure DevOps 2019 on-prem: Is it possible to specify multiple "teams" in the 'for' and 'not' values of the tag?

Leong, Alban 21 Reputation points
2020-04-08T18:59:09.31+00:00

I have created custom work items and is trying to restrict certain work items state transitions to be restricted to certain teams.
See this link - https://learn.microsoft.com/en-us/azure/devops/reference/xml/transition-xml-element?view=azure-devops-2019#example-1

My question is, it now works if I specify a single team but, is it possible to specify more than one team?
Eg:

<TRANSITION from="Resolved" to="Complete" for="[project]\Team1,[project]\Team2" not="[project]\Team3"></TRANSITION>

Of course, I have tried variations of commas, semicolons, etc and it didn't work. Just wondering if anyone had experience with this before and know if it is possible or not.

Thanks!

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,857 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426K Reputation points MVP
    2020-04-08T19:04:49.227+00:00

    QnA currently supports the products listed in right-hand pane (more to be added) Better to reach out to subject matter experts in dedicated forums over here.

    https://developercommunity.visualstudio.com/spaces/21/index.html

    https://developercommunity.visualstudio.com/spaces/22/index.html

    https://stackoverflow.com/questions/tagged/tfs

    https://stackoverflow.com/questions/tagged/azure-devops

    (please don't forget to mark helpful replies as answer)

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Leong, Alban 21 Reputation points
    2020-04-08T19:06:50.763+00:00

    Thanks and understood - sorry for posting it in the wrong forum.