I am trying to search a text custom field called Notes for an exact match. The search I have is Notes ~ "\"Refinement in Progress\"" but this is showing me all issues that contain the statement in the notes field but what I want to see is only those where the the notes field contain that and no other text. Is there a search where I can achieve this?
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
If the feature that Jack mentioned doesn’t work as you wish, I have an alternative.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your issues whose Notes have the exact words “Refinement in Progress”
issue in wildcardMatch("Notes", "Refinement in Progress")
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
Hi @Julie2.Stevens , you might be interested in this In Progress issue - JRACLOUD-21372 Allow Exact Text Searching in JQL . Please note the latest comment about complexities with roll out. It is not clear to me if the solution would achieve your goal of exclusion.
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.