Recent searches


No recent searches

Srinivas Gundeti's Avatar

Srinivas Gundeti

Joined Aug 30, 2023

·

Last activity Aug 30, 2023

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Srinivas Gundeti

Srinivas Gundeti commented,

CommentAPI and SDK

ticket created in zendesk with normal body, after ticket creation I am updating same ticket with html body, some data is erased from ticket. like address information. please can some one help. this is my java code. 

StringBuffer downMsgHtml = new StringBuffer();

Comment commentHtml = new Comment();

if (siteDownList != null && siteDownList.size() > 0) {

OutageHistoryTicketsTable(downMsgHtml, siteDownList.get(0), urlMap);

if (downMsgHtml != null && downMsgHtml.length() > 0) {

commentHtml.setHtmlBody(downMsgHtml.toString());

commentHtml.setPublic(false);

createdTicket.setComment(commentHtml);

zd.updateTicket(createdTicket);

}

}

 

View comment · Posted Aug 30, 2023 · Srinivas Gundeti

0

Followers

0

Votes

0

Comments