Skip to content

Instantly share code, notes, and snippets.

View wh0isdxk's full-sized avatar
💕
Working from home

Daiane Santos wh0isdxk

💕
Working from home
View GitHub Profile
### Keybase proof
I hereby claim:
* I am wh0isdxk on github.
* I am daiane (https://keybase.io/daiane) on keybase.
* I have a public key ASBygPQ5ed188vXXmhUXQX_T57Ue57SS9psqu42KKtz6eAo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am wh0isdxk on github.
  • I am daianesantos (https://keybase.io/daianesantos) on keybase.
  • I have a public key ASAaCPdjIye6fWVOJnjX7_jqaNv6nirAQehNxpik1cVgOgo

To claim this, I am signing this object:

@wh0isdxk
wh0isdxk / gist:bdcb93e1a28ba071db4c45b3386fd5f0
Created September 18, 2018 13:10 — forked from emmajane/gist:59321345a81a4f5837c0
JQL Syntax for the Impatient

JQL Syntax for the Impatient

There are a few JQL syntax bits to get you started:

  • AND --- allows you to add qualifiers to a list
  • != Thing --- target one thing
  • is in (List, Of, Things) --- target a bunch of things (Done, Closed, Resolved) typically
  • not in (List, of, Things) --- do not include a bunch of things
  • -1w --- relative time. You can also use -1d for day
  • "2015/3/15" --- specific dates