Skip to main content
POST
/
api
/
core
/
jira
/
validate-jql-and-api-version
Validate JQL and API version
curl --request POST \
  --url https://api.example.com/api/core/jira/validate-jql-and-api-version \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "credential_id": "<string>",
  "jql_query": "<string>",
  "api_version": "2"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
credential_id
string
required
jql_query
string
required
api_version
enum<string>
required
Available options:
2,
3

Response

Successful Response

message
string
required