Hello
I try to create a create to find issue containing a string in the summary. But the results are not correct.
for instance I have a query : project = "Projet Name" AND summary ~ "config*"
Those issues appears in the result
E25-Mach APPS SECU : Config
E17-Finaliser les config linux
But subtasks and those issues do not appear:
E17-Config Linux : Gestion
E17-Config Linux : Developper l
E17-Config Linux : finaliser la partie
And if I do project = "Projet Name" AND summary ~ "-config*" I have all issues as result
Can you please help me to create a query to filter by string in summary
Thank you
Elodie
I'm looking around and am not finding anything that would assist. It seems to require a plug-in or you to look at a certain issue instead of searching all issues.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.