Forums

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

Data Manager Advanced Search

Wyatt Drummond
July 1, 2026

Is it possible to use wild card values when doing an advanced search?

For example, rather than doing multiple conditions like

  •  Name Contains Abcdef
  • OR Name Contains ZXYdef
  • OR Name Contains LMNOPdef
  • etc.

Can I use some sort of string replacement or smart value search to do something like

  • Name Contains *def

to pull anything that has 'def' after it?

 

1 answer

1 accepted

1 vote
Answer accepted
Arkadiusz Wroblewski
Community Champion
July 2, 2026

Hi Wyatt,

Skip the wildcard syntax *def`, Data Manager Advanced Search relies on native UI operators and not JQL or AQL-style wildcards.

For your examples, try using `Name Ends with def` for strict suffix matching, or  `Name Contains def` if substring matching is enough for you.

If you eventually need complex regex, you'll want to either normalize the records during the data transformation phase or import them into Assets to leverage AQL.

Best,

Arek🤠

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events