Get list of allowable issue types for bug tracking system
GET/v1/bts/:projectName/:integrationId/issue_types
Get list of allowable issue types for bug tracking system
Request
Path Parameters
integrationId int64required
integrationId
projectName stringrequired
projectName
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
Loading...