Following filter does not work as expected:
issuetype = Incident AND project = SCORE AND component in (Compliance) AND priority = Major AND "Reported Date" > startOfMonth(-12) AND "Reported Date" < endOfMonth(-1) AND labels = Authority_investigation OR labels = Exchange_investigation OR labels = TSO_Request OR labels = VRC
Above filter we put only priority=major.But we are getting priority minor tickets as well in the filter result.Do you know why?