Open abonetwork opened 7 years ago
I'm guessing that the Ticket history is actually the Ticket Notes?
History of a ticket is a list of NotificationHistory
objects for that ticket which can be queried by ticket id. A NotificationHistory
object is created when a ticket is created or edited, a time entry for a ticket is created or edited and so on.
TicketNote
s are actually notes added to a ticket and can be queried by ticket id too.
Hi, Can you help me on how to retrieve the Task History of a Ticket? Is there a way for example, i would get the TaskID=123 and will retrieve Ticket History?
Sample Image below.
I Just want to get the Date for Every Action Taken. Hope you can help me with this. Thank you.