curl --request PUT \
--url https://api.wirespeed.co/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cloudId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"createDetectionTickets": true,
"caseTicketTitle": "<string>",
"detectionTicketTitle": "<string>"
}
'{
"message": "<string>",
"statusCode": 123
}curl --request PUT \
--url https://api.wirespeed.co/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"cloudId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"createDetectionTickets": true,
"caseTicketTitle": "<string>",
"detectionTicketTitle": "<string>"
}
'{
"message": "<string>",
"statusCode": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Jira integration ID