feat(ticket): use assignment detections API for unassigned issues
This commit is contained in:
@@ -64,6 +64,8 @@ export const API_ROUTES = {
|
||||
TICKETS: {
|
||||
BASE: '/biz/api/v1/tickets',
|
||||
DETAIL: (id: string) => `/biz/api/v1/tickets/${id}`,
|
||||
ASSIGNMENT_DETECTIONS: (id: string) =>
|
||||
`/biz/api/v1/tickets/${id}/assignment-detections`,
|
||||
TIMELINE: (id: string) => `/biz/api/v1/tickets/${id}/timeline`,
|
||||
ASSIGNMENTS: (id: string) => `/biz/api/v1/tickets/${id}/assignments`,
|
||||
REQUEST_EXTENSION: (ticketId: string, assignmentId: number) =>
|
||||
|
||||
Reference in New Issue
Block a user