Split correlated and related tickets (#542)

Co-authored-by: Jonas Plum <git@jonasplum.de>
This commit is contained in:
Jonas Plum
2022-10-22 22:28:44 +02:00
committed by GitHub
parent f8a11031fb
commit 73f88e0963
10 changed files with 66 additions and 25 deletions

View File

@@ -2024,6 +2024,12 @@ export interface TicketWithTickets {
* @memberof TicketWithTickets
*/
'comments'?: Array<Comment>;
/**
*
* @type {Array<TicketSimpleResponse>}
* @memberof TicketWithTickets
*/
'correlated_tickets'?: Array<TicketSimpleResponse>;
/**
*
* @type {string}