We are using logic apps to automatically create Azure Devops work items. But I frequently get issues related to identity if that identity does not already have an existing item assigned to them. Currently, I raise an email alert on this error and I can always create an item manually in ADO and retrigger the logic app. Why does this happen? Is there a fallback that I can use?
For eg. If [email protected] has never been assigned an item in the ADO and I try to create a work item from the logic app using the Azure Devops connector, it sometimes fails giving error The identity value '[email protected]' for field 'Assigned To' is an unknown identity
.
Please note that manual assignment works.