Hi all
I am creating a quick filter to see only the stories in the columns blocked and escalated, see below syntax
status = Blocked OR status = Escalated
but when I do that appears stories, tasks and subtask
I would like to include in the filter that remove the subtask from the search
could anyone help me to understand what i need to add? thanks
Welcome to the community!
Add
And issuetype not in subtaskissuetypes()
To the query
thank you for your welcoming and response!!
I have added what you suggest and it is not solving the issue
I would like to mention that I commit a mistake in what I typed before (it was a different query), see below
"Acceptance Criteria" is EMPTY OR "Story Points" is EMPTY OR assignee is EMPTY And issuetype not in subTaskIssueTypes()
In case it causes any difference, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I found the solution opening and closing parenthesis at the beginning and end :)
("Acceptance Criteria" is EMPTY OR "Story Points" is EMPTY OR assignee is EMPTY) And issuetype not in subTaskIssueTypes()
thanks a lot for your help!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I wasn't too clear on how to combine the new clause with your working query - glad you found it!
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.