Versions Compared

Key

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

...

  • String. For example: "This is a description"
  • Number. For example: 3.12
  • Date. This must be a String containing an ISO_8601 date. For example: "2016-08-05"
  • Object. The object must contain at least one field (different from id) which allows the object to be identified unambiguously. For example, a user can be specified as:{"name":"carterCarter"}

For multi-valued fields, the value(s) must be provided as an array of values, even if only one value is provided. For example, to set the Fix Versions field to "2.0": [{"name":"2.0"}]

...