I am attempting to omit a couple of labels from search and cannot seem to get the labels to function to work properly. My filter is omitting tasks that are not in DashBoardImages or KnownIssues.
project in (OEMKTG, BADGER) AND issuetype in ("Software Launch Checklist", Task) AND status in (Open, "In Progress", "In Review", "To Do", "On Hold") AND labels not in (DashboardImages, KnownIssue) AND assignee in (lharbinson) ORDER BY summary ASC
Maybe it is omitting those without labels? If that is true then include
"...and labels is not empty"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.