Skip to content

Instantly share code, notes, and snippets.

@akochepasov
Created February 26, 2025 18:37
Show Gist options
  • Save akochepasov/e595ae65d4295b0ce16c3d890021aa7a to your computer and use it in GitHub Desktop.
Save akochepasov/e595ae65d4295b0ce16c3d890021aa7a to your computer and use it in GitHub Desktop.
Jira filters

Done last sprint

(assignee = currentUser() or reporter = currentUser()) and updated >= -14d and (status in (Done, Closed, closure, "Ready to Test") or comment ~ currentUser()) ORDER BY key DESC

Created during last month

created >= -30d AND assignee = currentUser() ORDER BY created DESC

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