StateMachineIssueCustomField
Represents the issue custom field that is managed by a state-machine rule in workflow.
Extends SingleValueIssueCustomField
Attributes
This table describes attributes of the StateMachineIssueCustomField
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 issue custom field regulated by a state-machine rule. |
value | The value assigned to the custom field in the issue. | |
event | Event | The name of the transition that is used to set a value for the Use this property for updating Read-only . |
possibleEvents | Array of Events | The list of possible events that you can send to update the |
name | String | The name of the custom field. |
projectCustomField | ProjectCustomField | Reference to the custom field settings for the particular project. |