Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } '
{ "message": "<string>" }
Validate JQL and API version
Bearer token authentication. Format: 'Bearer '
2
3
Successful Response
Was this page helpful?