Reputation: 6277
I'm trying to implement security on a work item level
Definition xml
<TRANSITION from="new" to="in progress" not="[DefaultCollection]\DevOps">
<REASONS>
<DEFAULTREASON value="Changing release" />
</REASONS>
</TRANSITION>
Importing through command
witadmin importwitd /collection:collection_url/p:project /f:filepath\Bug.xml
Error is
TF212017: Work item tracking schema validation warning: TF26171: User/group '[DefaultCollection]\DevOps' is not found.
The group definitely exists because I can write a work item query with
"AssignedTo = '[DefaultCollection]\DevOps'
and I get some results.
The group exists but it not recognised on witadmin import. Also the group is an existing group so should be synced. However I have tried to force a sync by ...
I've also tried these combinations
I still get the same error. I'm on TFS 2015 Update 4
Anyone any ideas?
Upvotes: 1
Views: 185
Reputation: 16008
TFS supports the following group definitions:
Additional links:
Upvotes: 3