-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
The most logical way to set custom fields would be:
customFields: {
key1: value1,
key2: value2
}However, because we just pass the data straight through, the format must be:
customFields: [
{
key: key1,
value: value1
},
{
key: key2,
value: value2
}
]We should support both formats.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels