Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,638,561
Community Members
 
Community Events
196
Community Groups

Long text (more than 50 characters) on search query

Edited

I have this ticket that have a long summary/title, and I learned that I cannot search for more than 50 characters.

*******************

Example:

Summary: Check App Service Require Client Certificates - App Service Require Client Certificates Disabled

*******************

My Query:

project = "KY" AND summary~"Check App Service Require Client Certificates - App Service Require Client Certificates Disabled"

The query above don't return any result if I search for the exact term. It will only show result if I decreases the text, which is not ideal in our use case.

Example: project = "KY" AND summary~"Check App Service Require Client Certificates - Ap"

What are the ways or the right query if I want to search the exact value of the summary that is longer that 50 characters?

1 answer

1 accepted

1 vote
Answer accepted
Moses Thomas
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 13, 2021 • edited

@Arjay Villavicencio  The max character length for summary is 255

have you tried this

project= "KY" and summary ~ "\"full summary\""

this will find the  items that contain exact match of text in summary

if you have  the script runner addon  installed  you can also do this

issueFunction in issueFieldExactMatch(subquery, fieldname, regexp)

issueFunction in issueFieldExactMactch("project=ky","summary","full summary")

Kind regards,

Moses

Great! This one works!

Like Moses Thomas likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events