Hi everybody,
currently trying to import mail addresses from LDAP into assets.
Goal: My aim is to have an object for every mail address within the LDAP.
Problem: an LDAP User can have multiple mail addresses and jira sets for the address then a long string value with two mail addresses
Tried solutions: cardinality 1 doesn`t affect the issue, as it is a long string. Tried to work with a regex and select proxyaddresses as identifier. Didn`t really change anything.