Hi All,
How do i make a filter that is hiding a specific sub task in a specific status?
I'm not using script runner
thanks!
Hi @Idan Naamad
You note what you do not want to see (specific subtask in a specific status), but you do not describe what you want to see.
Please consider explaining the problem you are trying to solve and what you want to see. That may provide more context for the community to offer suggestions. Thanks!
Best regards,
Bill
Thanks Bill,
I would want to see the following:
Sub Task "Projects Dev Rejects" only in status In Progress and Testing.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That easily translates into JQL:
issuetype = "Projets Dev Rejects" and status in ("In Progress", "Testing")
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.