FieldBasedCondition
Represents the condition for showing a custom field.
Extends CustomFieldCondition
Attributes
This table describes attributes of the FieldBasedCondition
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 condition for showing a custom field. |
field | BundleProjectCustomField | The custom field that the conditional field depends on. |
values | Array of BundleElements | The set of values one of which has to be selected in an issue so that the conditional field is shown. |
showForNullValue | Boolean | If |
parent | ProjectCustomField | The custom field that is hidden behind the condition. |