OwnedProjectCustomField
Represents project settings for an owned field.
Extends BundleProjectCustomField
Attributes
This table describes attributes of the OwnedProjectCustomField entity.
To receive an attribute in the response from the server, specify it explicitly in the
fieldsrequest parameter.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
|---|---|---|
id | String | The ID of the owned-type project custom field. |
bundle | The set of owned values that can be set as values for this custom field. | |
defaultValues | The values that are set in a new issue by default. | |
field | The custom field in the 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 | The condition for showing the custom field. |