His @Maspero , welcome to the Community. Can you please provide more details of you goal and what you have attempted? Maybe share your current filter as well.
Hello,
I set the filter:
project = "[NBP] Dashboard - Lot4 " OR project = "[NBP] Moteur de Complétude Documentaire" AND status != CLOSED AND summary ~ "Complétude documentaire" OR summary ~ "CMO" AND creator = X198237 ORDER BY created DESC
and as you can see from the attachement, the list of tickets that is displayed includes
tickets that have status = CLOSED, summary which does not contain the texte : "Complétude documentaire" OR "CMO" and which are created by users also different from X198237.
Thanks in advance
Carlotta
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try this...
project in ("[NBP] Dashboard - Lot4 ", "[NBP] Moteur de Complétude Documentaire") AND status != CLOSED AND (summary ~ "Complétude documentaire" OR summary ~ "CMO" AND creator = X198237) ORDER BY created DESC
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.