curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/jira/issue-types \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
curl --request GET \
--url https://api.wirespeed.com/integration/{integrationId}/jira/issue-types \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Jira integration ID
Jira project ID
The response is of type object[]
.