0

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?

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

1 Answers1

1

Use "AND NOT status changed BY" like so:

status changed BEFORE  endOfWeek('-1') AND NOT status changed BY membersOf("QA")

(cf. https://community.atlassian.com/t5/Jira-Software-questions/Search-for-issues-where-status-was-changed-by-other-members-than/qaq-p/761756)

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