JQL Query Builder
Build a Jira JQL query without remembering the syntax. Pick fields, operators, and values. Copy the result straight into the Jira filter bar. Use the templates for common queries that PMs and Scrum Masters live in.
Templates
Conditions
Generated JQL
project = "DEMO"
URL fragment uses ?jql=... URL-encoded. Append it to your Jira instance, e.g., https://your.atlassian.net/issues/?jql=...
Quick JQL cheat sheet
Operators: =, !=, ~ (contains), !~, >, <, IN, NOT IN, IS EMPTY, IS NOT EMPTY, WAS, CHANGED.
Functions: currentUser(), openSprints(), closedSprints(), startOfDay(), startOfWeek(), endOfMonth(), now().
Common fields: project, status, assignee, reporter, priority, type, sprint, labels, component, fixVersion, resolution, created, updated, duedate.