cURL
curl --request PATCH \ --url https://api.example.com/api/core/jira/selection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sync_setting_id": "<string>", "jql_query": "<string>" } '
{ "message": "<string>" }
Update Jira selection (JQL query)
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?