Get issue based on id
Get the issue details for the provided issue identifier.
Path parameters
-
id
integer Required Identifier for the issue.
GET
/cs-close-api/issues/{id}
curl \
--request GET 'http://close-service:8082/cs-close-api/issues/{id}'
Response examples (200)
{
"id": 158,
"late": true,
"name": null,
"year": "2020",
"logSid": 802,
"status": {
"id": "IN_PROGRESS",
"name": "In progress"
},
"taskId": null,
"subject": "15453 Close Issue AP",
"periodId": 70,
"priority": "Medium",
"taskName": null,
"periodName": "Jun",
"actionPlanId": null,
"inboxReceiver": {
"name": "Dan Longley",
"type": "U",
"email": "dalongley@DanDaMan.com",
"queueId": null
},
"taskReference": "USR05272020091821426497"
}