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.
Hi Aron,
Since no one has answered, you probably want to open a support ticket with Atlassian if you have not already.
I did open a support ticket and got the following regex to work
(\w*).{0,1}\w*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.