The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Show Only Results with a Specific Text String in Charts

Steven Ferguson
July 4, 2025

I'm trying to write a query or create a filter in Analytics whereby my charts only include issues containing the text string "AC-" in the Summary field.  Attempts using a filter of Summary= "AC-*" or Summary like "AC*" don't seem to be working.  Any tips?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Raghavendra Amara
July 4, 2025

While applying the filter in the chart on Summary, you should give

summary like '%AC%' - if you want to get all the records where 'AC' is mentioned

summary like 'AC% - if you want to get all the records where Summary starts with 'AC'.

 

I just tried and it working as expected.

Steven Ferguson
July 4, 2025

Worked perfectly.  Thank you.

Like Brandon Davies likes this
0 votes
Brandon Davies
Community Champion
July 4, 2025

You can use the regex option instead of like, summary that matches regex "AC-", you might need to test a few different regex patterns to get what you need exactly.

For example, if you want to find only summaries that start with AC- or simply containing AC-

Steven Ferguson
July 4, 2025

It's a school day for me, Brandon.  Thanks. 

Like Brandon Davies likes this
TAGS
AUG Leaders

Atlassian Community Events