I’m syncing issues between two server instances of Jira(Server(source) and DC(target)). We user Azure to authenticate the users in the server instance using an external corporate email for username. The users do exist on the DC instance, but they are assigned user ids as the username that is used to authenticate using LDAP . The user email in the DC profile is a different email than the one used in the Azure email essentially making them different users.
We are using the latest version of Exalate in both side of the integration. I have added two custom fields to populate the user info as below, but the field is getting populated.
Any idea why these custom fields are getting populated? Any recommendation on how to map the users in a more efficient way. Eventually we will have to manually re-assign the users to match the actual users specified in the source.
Instead of populating the custom text field, when possible to construct the username from the remote issue information then we can use that instead. Below is an example of constructing the information using the displayName and populating the assignee with that information.