Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Create Options

To create options …..

Request

{
  "fieldId": "customfield_10xxx",
  "options": [
    {
      "id": "1",
      "value": "North America",
      "parentId": "0",
      "enabled": true
    },
    {
      "id": "2",
      "value": "USA",
      "parentId": "1",
      "enabled": true
    },
    {
      "id": "3",
      "value": "California",
      "parentId": "2",
      "enabled": true
    },
  ]
}

Response

 
  • No labels