Skip to content

Instantly share code, notes, and snippets.

View gnakan's full-sized avatar

Gary Nakanelua gnakan

  • Blueprint Technologies
  • Seattle, WA
  • 11:22 (UTC -07:00)
  • X @gnakan
View GitHub Profile
@gnakan
gnakan / gist:d383de27d7449aacb3c8
Last active October 14, 2015 18:51 — forked from emmajane/gist:59321345a81a4f5837c0
JQL Syntax for the Impatient

JQL Syntax

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