Get ticket from the bts integration
GET/v1/bts/:projectName/ticket/:ticketId
Get ticket from the bts integration
Request
Path Parameters
projectName stringrequired
projectName
ticketId stringrequired
ticketId
Query Parameters
btsProject stringrequired
btsProject
btsUrl stringrequired
btsUrl
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
id string
pluginName string
status string
summary string
url string
{
"id": "string",
"pluginName": "string",
"status": "string",
"summary": "string",
"url": "string"
}
Loading...