curl --request PUT \
--url https://api.wirespeed.com/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>"
}'
This response has no body data.
curl --request PUT \
--url https://api.wirespeed.com/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>"
}'
This response has no body data.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Jira integration ID