最近の検索
最近の検索はありません

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
コメント