Developer Portal for YouTrack and Hub Help

UserCustomFieldDefaults

Represents default settings for the user-type field.

Extends CustomFieldDefaults

Attributes

This table describes attributes of the UserCustomFieldDefaults entity.

  • To receive an attribute in the response from the server, specify it explicitly in the fields request parameter.

  • To update an attribute, provide it in the body of a POST request.

Field

Type

Description

id

String

The ID of the default settings for the user-type field. Read-only.

bundle

UserBundle

Default set of values used for this field. Can be null.

defaultValues

Array of Users

List of users that will be used as the default value for this field.

canBeEmpty

Boolean

Indicates whether this field can have empty value in the issue.

emptyFieldText

String

The text that is shown as a placeholder when the field is empty. Can be null.

isPublic

Boolean

If `true`, then a user needs Read Issue and Update Issue permissions to access this field. Otherwise, the field is considered private, and Read Issue Private Fields and Update Issue Private Fields permissions are required.

parent

CustomField

Reference to the custom field. Read-only.

Last modified: 15 March 2024