Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using regex in Asset type mapping for LDAP import

Aron Felberbaum
Contributor
September 25, 2025

In active directory we have an attribute called info and would like to update asset attribute with the value up to the first period. For example for the value "country.state.city" only country should be imported, tried /[^.]*/ and it does not work.

1 answer

0 votes
John Funk
Community Champion
October 21, 2025

Hi Aron, 

Since no one has answered, you probably want to open a support ticket with Atlassian if you have not already. 

https://support.atlassian.com/contact/#/

Aron Felberbaum
Contributor
October 21, 2025

I did open a support ticket and got the following regex to work

(\w*).{0,1}\w*

 

Like John Funk likes this
John Funk
Community Champion
October 21, 2025

Great! Glad you got a solution. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events