Versions Compared

Key

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

Example 1 - By name

Code Block
Color = "Red";

Example 2 - By id

Code Block
customfield_12345 = "Blue";

Example 3 - By alias

Code Block
productColor = "Green";

...