Try (assignee = jlaskey OR assignee = sundar OR assignee = hannesw OR assignee = mhaupt OR assignee = sdama) AND project = JDK AND issuetype = Bug AND status in (Open, "In Progress", New) AND priority in (P1, P2, P3) AND (fixVersion in (9) OR fixVersion is EMPTY AND affectedVersion in (9) AND affectedVersion not in regexVersion("8.*", "7.*", "6.*")) AND (labels is EMPTY OR labels not in (jdk9-defer-request, noreg-demo, noreg-doc, noreg-self)) AND component not in (docs, globalization, infrastructure) ORDER BY status DESC, assignee DESC, priority, component, subcomponent
> On Sep 6, 2016, at 11:20 AM, Jim Laskey (Oracle) <james.las...@oracle.com> > wrote: > > https://bugs.openjdk.java.net/issues/?filter=28851&jql=(assignee%20%3D%20jlaskey%20OR%20assignee%20%3D%20sundar%20OR%20assignee%20%3D%20hannesw%20OR%20assignee%20%3D%20mhaupt%20OR%20assignee%20%3D%20sdama)%20AND%20project%20%3D%20JDK%20AND%20issuetype%20%3D%20Bug%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20New)%20AND%20priority%20in%20(P1%2C%20P2%2C%20P3)%20AND%20(fixVersion%20in%20(9)%20OR%20fixVersion%20is%20EMPTY%20AND%20affectedVersion%20in%20(9)%20AND%20affectedVersion%20not%20in%20regexVersion(%228.*%22%2C%20%227.*%22%2C%20%226.*%22))%20AND%20(labels%20is%20EMPTY%20OR%20labels%20not%20in%20(jdk9-defer-request%2C%20noreg-demo%2C%20noreg-doc%2C%20noreg-self))%20AND%20component%20not%20in%20(docs%2C%20globalization%2C%20infrastructure)%20ORDER%20BY%20status%20DESC%2C%20assignee%20DESC%2C%20priority%2C%20component%2C%20subcomponent >