UserProjectCustomField
Represents project settings for a user field.
Extends BundleProjectCustomField
Attributes
This table describes attributes of the UserProjectCustomField
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 user-type project custom field. |
bundle | UserBundle | The set of users that can be set as values for this custom field. |
defaultValues | Array of Users | The values that are set in a new issue by default. |
field | CustomField | The custom field in the project. |
project | Project | The project where the custom field belongs. |
canBeEmpty | Boolean | If |
emptyFieldText | String | The text that is shown as a placeholder when the custom field has an empty value. |
ordinal | Int | The position number of this field on the list of project custom fields. |
isPublic | Boolean | If |
hasRunningJob | Boolean | If |
condition | CustomFieldCondition | The condition for showing the custom field. |