Record
connect-custom-field-value
No description available.
record connect-custom-field-value {
type-op: connect-custom-field-value-type-op-enum,
field-id: s32,
issue-id: s32,
number: option<f64>,
option-id: option<string>,
rich-text: option<string>,
string-op: option<string>,
text: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | connect-custom-field-value-type-op-enum | |
| field-id | s32 | |
| issue-id | s32 | |
| number | option<f64> | |
| option-id | option<string> | |
| rich-text | option<string> | |
| string-op | option<string> | |
| text | option<string> |