如何通过Workfront REST API将自定义字段发布到Workfront

时间:2017-05-15 21:23:14

标签: rest workfront-api

在Workfront中,我们要为Issue创建自定义表单(自定义字段)。如何使用Workfront REST API执行POST请求并在工作场所针对该问题的自定义表单中创建自定义字段?

https://developers.workfront.com/api-docs/api-explorer/

1 个答案:

答案 0 :(得分:0)

您对系统字段的POST方式相同。只需在字段名称前加上DE:。

attask/api-internal//user/xxxxxxxxx?DE:foo=bar

以上设定了领域' foo'字符串' bar'。

如果对象上没有自定义字段(而不是已经附加的自定义表单),那么您首先需要附加一个。

attask/api-internal/user/xxxxxxxxxx?updates={objectCategories:[{categoryID:`"customformUUID`",categoryOrder:0,objCode:`"CTGY`"}]}