Skip to content

Handle sane customFields #69

Description

@scottgonzalez

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions