Skip to content

Question: some WI are assigned to non existing users, even though there exists real user with same email #995

Answered by MrHinsh
skfd asked this question in Q&A
Discussion options

You must be logged in to vote

In Azure DevOps / TFS there is an internal identity object that wraps the external AD or AAD object. The behaviour that you see is what happens when they become detached. This can happen for multiple reasons:

  • Domain migration without following the documentation in TFS (any version)
  • Importing your Collection from TFS to Azure DevOps when some of the AD users have not yet been synced with AAD
  • Migrating work items using the Azure DevOps Migration Tools when users don't yet exist in the target instance

The result is that you have 2 identities for 1 real user account. There is no way to retroactively fix this in TFS or Azure DevOps.

What might help

You could try to create a mapping from the …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@skfd
Comment options

Answer selected by skfd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #985 on August 07, 2021 08:04.