Hello everyone,
I have lot of ticket with in the summary a tilde..
Example : "~ Ticket number 1", "~ Ticket number 2" ...
I would like to have a filter to find all the ticket with a tilde in the summary. But I don't have succes.
I tested:
summary ~ "\\u0176*"
summary ~ "/~*"
summary ~ "~*"
They don't work :(
How can I build this request please ?
Hi @Stéphane
You can try to use Dynamic Filters: JQL Replacer for Jira. It allows you to filter issues without JQL. For example, you can select description or summary (field) for your request and contains (operator) + text you are searching for.
Hi @Stéphane ,
it seems to me it is not working.
according to this article quote-marks with two backslashes should do the trick, but I wasn't able to make it work.
I've found JRACLOUD-75866, where the reporter says the same - it is not working.
According to this article, these searches are not supported for server / data center.
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.