Versions Compared

Key

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

Example 1A - By name

Code Block
string color = Color;

Example 1B - By name with spaces

Code Block
string color = #{Product Color};

Example 2 - By id

Code Block
string color = customfield_12345;

Example 3 - By alias

Code Block
string color = productColor;

...