PUT Enumeration
PUT /admin/customfield/bundle
Create new custom field enumeration bundle
PUT /rest/admin/customfield/bundle
Request parameters: Name | Type | Description |
---|---|---|
name | string | Name of the new enumeration. This name must be unique. |
value |
| A value that the new enumeration should contain. Each value name must be unique. The following attributes are supported:
|
Sample
Request:PUT /rest/admin/customfield/bundle
Request body: <enumeration name="Browsers">
<value>Firefox</value>
<value>IE</value>
<value>Chrome</value>
</enumeration>
Response: <enumFieldBundle name="Browsers" url="http://youtrack.jetbrains.net/rest/admin/customfield/bundle/Browsers"/>
Last modified: 8 July 2019