curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>'
{
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>"
}
curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>'
{
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Jira integration ID
The response is of type object
.