-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
0
-
3
-
There is no documentation on how to use or reference Assets (Insight) custom fields in the JSM REST API, for example, it's possible to set a value for an Asstets custom field but this is completely undocumented e.g.
curl -D- -u 'admin:sphere' -X POST -H 'Content-Type: application/json' --data ' { "serviceDeskId": "1", "requestTypeId": "1", "requestFieldValues": { "summary": "HELP ME", "customfield_10123" :[{"key" : "KEY-1"}] } }' '<JIRA BASE URL>/rest/servicedeskapi/request'
One more thing to note here is that it is possible to set the value to "AUTOMATIC-ASSIGN" (instead of the object key "KEY-1") and will trigger the Filter Assign Scope, allowing a dynamic value to be set in the custom field.
We really need the documentation so we can used Refined in Datacenter. Otherwise we cannot use Jira Assets. Here is the related Cloud Feature Request that got a lot more attention!
https://jira.atlassian.com/browse/JSDCLOUD-11075