Versions Compared

Key

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

...

Here is example to use Issue fields in Lambda JSON payload:

Code Block
{
 "tracking": "{issuekey}",
 "team": "{customfield_10201}",
 "customer": "{customfield_10200}",
 "release": "{fixversions}",
 "owner": "{assignee}"
}

...