Skip to content

Instantly share code, notes, and snippets.

@gelldur
Last active April 10, 2019 08:53
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 gelldur/7aa5e3d629bb5b7d151dafc781d66d02 to your computer and use it in GitHub Desktop.
Save gelldur/7aa5e3d629bb5b7d151dafc781d66d02 to your computer and use it in GitHub Desktop.
JQL filter (Jira filter) For what I was doing in last 2 weeks
assignee was currentUser() during (startOfDay(-2w), now()) AND updated >= startOfDay(-2w) AND ( resolutiondate is EMPTY OR resolutiondate >= startOfDay(-2w) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment