Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Customfield of type single-select

    Code Block
    {"value": "<team name / select value>"}
  • Labels field

    Code Block
    ["<team name / label value>"]
  • Customfield of type multi-select

    Code Block
    [{"value": "<team name / select value>"}]
  • Customfield of type checkbox

    Code Block
    [{"value": "<team name / checkbox value>"}]
  • Please reach out to us if you need other field types.

...