Building on Filter issues by the user who closed them, how to modify this query to give issues not closed by user a and user b?
Asked
Active
Viewed 1,753 times
1 Answers
1
Use "AND NOT status changed BY" like so:
status changed BEFORE endOfWeek('-1') AND NOT status changed BY membersOf("QA")

nutty about natty
- 1,267
- 2
- 10
- 17