Check Issues Against Jql

POST {{baseUrl}}/rest/api/3/jql/match

Checks whether one or more issues would be returned by one or more JQL queries.

Permissions required: None, however, issues are only matched against JQL queries where the user has:

Request Body

{"issueIds"=>["<long>"], "jqls"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;matches&quot;:[{&quot;matchedIssues&quot;:[10000,10004],&quot;errors&quot;:[]},{&quot;matchedIssues&quot;:[100134,10025,10236],&quot;errors&quot;:[]},{&quot;matchedIssues&quot;:[],&quot;errors&quot;:[]},{&quot;matchedIssues&quot;:[],&quot;errors&quot;:[&quot;Invalid JQL: broken = value&quot;]}]}