Skip to content

Instantly share code, notes, and snippets.

@uhtred
Created August 17, 2020 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uhtred/a73d2c2c060c79e368d750b8277afec1 to your computer and use it in GitHub Desktop.
Save uhtred/a73d2c2c060c79e368d750b8277afec1 to your computer and use it in GitHub Desktop.
jira JQL excluding weekends filter
status CHANGED AFTER -1d OR ( status CHANGED DURING (-3d, endOfWeek(-1w) ) )
@uhtred
Copy link
Author

uhtred commented Aug 17, 2020

NOT status changed after -2d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment