Bonjour, Je rencontre un problème lors du mapping du champ reporter de Jira vers le champ customField Créateur de type identity dans Azure DevOps via Exalate.
outgoing jira : replica.customFields.“Créateur” = issue.reporter
Incoming Azure :
replica.customFields.“Créateur” = workItem.customFields.“Créateur”
Error Detail Message:
Unexpected error occurred.The customfield Créateurwas assigned to `value={@key:712020:f209b6e6-c6e7-4262-bda9-8fa6eb1d03c7
I think @Borhen_GHRAIRI is asking to set custom field which is of type Identity named “Creator”. Yes ADO API will not allow us to set the CreatedBy which is System field, but we can do this for custom field.
I might have lost it in translation, but can you please clarify exactly what you are looking for here @Borhen_GHRAIRI .
In order to set any user type of fields, you usually need to use one of the nodeHelper methods to fetch the user object.