YouTrack Standalone 7.0 Help

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.

Response parameters:

Name Description
name Name of custom field prototype.
type Type of custom field.
isPrivate If this field is private or not.
isVisible It this field is visible on issue list bu 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:

xml<customFieldPrototype name="Region" type="enum[*]" isPrivate="false" visibleByDefault="false" autoAttached="false"/>
Last modified: 2 February 2017