Skip to content

jira jql

  • Usage: jira jql [flags]

Build and check JQL without leaving the terminal. jira jql build assembles a query from flags (project, status, assignee), jira jql validate checks a query string against Jira, and jira jql reference prints the field and operator cheatsheet.

The built query is what jira search jql runs — compose it here, then pass it there.

Examples

jira jql build --project ENG --status "In Progress"
jira jql validate "project = ENG AND assignee = currentUser()" # (1)!
  1. Validate a hand-written query

Subcommands