StateProjectCustomField
Represents project settings for the state field.
Extends BundleProjectCustomField
This table describes attributes of the StateProjectCustomField
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
bundle | StateBundle | Set of states that can be field values. |
defaultValues | Array of StateBundleElements | Values that will be set to the new issue by default. |
field | CustomField | Custom field which project settings are described. |
project | Project | Project to which custom field belongs. |
canBeEmpty | Boolean | If true, this field can have empty value in the issue, otherwise false. |
emptyFieldText | String | Text that is shown as a placeholder when field is empty. |
ordinal | Int | Number of this field in project. |
isPublic | Boolean | If true, issue public read/update are sufficient for accessing this field, otherwise private read/update are required. |
hasRunningJob | Boolean | |