How can I create a filter so that in a dashboard I can see only the tasks of the US that are in a state other than Released for example. Thank you.
Hi @Jorge Bruna
Do you have a field that selects whether the tasks are of the US?
If so you can use:
"fieldname" = "US" and status != Released
Hello, Good day. You can use the following JQL to create the filter.
project = projectname and status != released
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.