Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Team is using UATRequired Label in the story to identify stories that require testing. However, few of them either misspell required or just write UAT. I want to perform an instring search to find the stories that use Label as UAT and the results should show me if any story has the word UAT i.e., show me results for UATRequired, UATRequire, UAT, UAT Required, etc.
<Project filter> AND labels = UATRequired is what I am using currently but I actually want to use just UAT to do an instring search. what is the operator to be used. I tried below but error message is displayed
<Project filter> AND labels ~ "UAT"
The default Labels field of JIRA doesn't support the "~" operator so I would suggest you create a custom field and while creating select "Free Text Searcher" in the Search Template field. Then you are able to use the "~" operator for your search purpose to it
or simply you can create a required custom field "isUATRequired" of Radio Buttons with options "Yes", and "No". In this way, you can restrict your team members will be restricted to do the mentioned mistake and your search will be easier.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.