How can I add new options to the existing attribute of type Select using JSM Cloud Asset Rest apiHow can I add new options to the existing attribute of type Select using JSM Cloud Asset Rest api
Below api is recreating the entire select list, which is causing problem existing Objects
referred from: https://developer.atlassian.com/cloud/assets/rest/api-group-objecttypeattribute/#api-objecttypeattribute-objecttypeid-id-put
The issue lies with that the API calls on Assets are update and replace, not append.
See also https://jira.atlassian.com/browse/JSDCLOUD-14796
So currently this can only be done via the GUI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.