GET
/
integration
/
{integrationId}
/
jira
/
issue-types
curl --request GET \
  --url https://api.wirespeed.co/integration/{integrationId}/jira/issue-types \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integrationId
string
required

Jira integration ID

Query Parameters

projectId
string
required

Jira project ID

Response

200
application/json

The response is of type object[].