Skip to content

Instantly share code, notes, and snippets.

@so-jelly
Created May 3, 2019 22:16
Show Gist options
  • Save so-jelly/483e4c612542f6372145c461e413fbb9 to your computer and use it in GitHub Desktop.
Save so-jelly/483e4c612542f6372145c461e413fbb9 to your computer and use it in GitHub Desktop.
JIRA - JQL
# wtf am i doing here?
assignee = currentUser() AND status not in ("Ready for QA - UAT",Done,"In QA") AND resolution = Unresolved AND Sprint in openSprints() order by priority DESC
# new phone, who dis?
(summary ~ currentUser() OR description ~ currentUser() OR comment ~ currentUser()) and updatedDate >= -7d
# what's up with my project(s)
project in ( BOA, UXHWB, B0GCS ) AND Sprint in openSprints()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment