최근 검색


최근 검색 없음

Srinivas Gundeti's Avatar

Srinivas Gundeti

가입한 날짜: 2023년 8월 30일

·

마지막 활동: 2023년 8월 30일

팔로잉

0

팔로워

0

총 활동 수

2

투표 수

0

가입 플랜

1

활동 개요

님의 최근 활동 Srinivas Gundeti

Srinivas Gundeti님이 에 댓글을 입력함

댓글API 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);

}

}

 

댓글 보기 · 2023년 8월 30일에 게시됨 · Srinivas Gundeti

0

팔로워

0

투표 수

0

댓글