v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
JQL

Parse JQL query

Parses and validates JQL queries.

Validation is performed in context of the current user.

This operation can be accessed anonymously.

Permissions required: None.

post/rest/api/2/jql/parse

Query parameters

validation'strict' | 'warn' | 'none' required

How to validate the JQL query and treat the validation results. Validation options include:

  • strict Returns all errors. If validation fails, the query structure is not returned.
  • warn Returns all errors. If validation fails but the JQL query is correctly formed, the query structure is returned.
  • none No validation is performed. If JQL query is correctly formed, the query structure is returned.

Request body

queriesstring[] required

A list of queries to parse.

Response

Returned if the request is successful.