stronk7

Untitled

Jul 27th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. OLD:
  2.  
  3. 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
  4.  
  5. CURRENT:
  6.  
  7. (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
  8.  
  9. PROPOSED:
  10.  
  11. 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