최근 검색
최근 검색 없음

Getaroom API
가입한 날짜: 2021년 4월 16일
·
마지막 활동: 2021년 10월 27일
팔로잉
0
팔로워
0
총 활동 수
2
투표 수
0
가입 플랜
1
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Getaroom API
Getaroom API님이 에 댓글을 입력함
All of these answers seem to point to how to SET the value of a custom field despite the original question asking how to GET the value of a custom field. This is the closest forum I've found regarding the issue I have but it also looks like many moderator's comments have been redacted and URLs are no longer valid. As far as I can tell, the following approach seems like the most appropriate endpoint for the .get method of the ZAFClient initialized object.
client.get('ticketFields:custom_field_123456789').then(function(data) {
console.log(data);
}
yields:
{
hasOptions: boolean,
isEnabled: boolean,
isVisible: boolean,
label: "Name of Field",
name: "custom_field_123456789",
requireOnStatuses: Array [],
type: "regexp",
}
How do you get the actual value of the field? Is there another way to go about getting the value of a custom field and I'm just not seeing it in the docs?
댓글 보기 · 2020년 6월 12일에 게시됨 · Getaroom API
0
팔로워
0
투표 수
0
댓글