You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query="project in {0} and fixVersion in versionMatch( {1} ) and resolution = 'Fixed' ORDER BY key ASC".format(
56
+
query="project in {0} and fixVersion in versionMatch( {1} ) and resolution = 'Fixed' and (level is EMPTY OR level NOT IN ('Mongo Internal', Private) ) ORDER BY key ASC".format(
0 commit comments