Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OLD:
- project = MDL AND labels in (hqteam_international) AND (component in subcomponentsof("Team Beta") OR assignee in membersOfGroups(hq-team-a)) OR labels in (hqteam_international) AND (resolution is EMPTY OR resolution changed after -30d) ORDER BY Rank ASC
- CURRENT:
- (project = MDL AND labels in (hqteam_international) AND (component in subcomponentsof("Team Beta") OR assignee in membersOfGroups(hq-team-a))) OR (project = MDL AND labels in (hqteam_international) AND (resolution is EMPTY OR resolution changed after -30d)) ORDER BY Rank ASC
- PROPOSED:
- project = MDL AND labels in (hqteam_international) AND (component in subcomponentsof("Team Beta") OR assignee in membersOfGroups(hq-team-a) OR resolution is EMPTY OR resolution changed after -30d) ORDER BY Rank ASC
Advertisement
Add Comment
Please, Sign In to add comment