Problème de mapping du champ reporter (Jira) vers Créateur (Azure DevOps) dans Exalat

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éateur was assigned to `value={ @key : 712020:f209b6e6-c6e7-4262-bda9-8fa6eb1d03c7

This would probably not be possible. Does the ADO API allow this?

Please review: CreatedBy field in ADO workitem set to proxy user

Hi @Majid

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.

Can you please help further for custom field?

Thanks,
Sonal

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.

Hope it helps.

Thanks
Majid