GET Prototype
GET /admin/customfield/field/{customFieldName}
Get custom field prototype by its name.
GET /rest/admin/customfield/field/{customFieldName}
Request parameters: Name | Type | Description |
---|---|---|
customFieldName | string | Name of a custom field. |
Name | Description |
---|---|
name | Name of custom field prototype. |
type | Type of custom field. |
isPrivate | If this field is private or not. |
isVisible | If this field is visible on the Issues list by default. |
autoAttached | If this field is auto attached or not. |
defaultParam | This tag contains default setting for this custom field (f.e. default bundle). |
Sample
Request:GET /rest/admin/customfield/field/Region
Response: <customFieldPrototype name="Region" type="enum[*]" isPrivate="false" visibleByDefault="false" autoAttached="false"/>
Last modified: 8 July 2019