Versions Compared

Key

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

...

Create Amazon IAM User if not exists.

Create IAM User for with Lambda Permissions

Status
colourBlue
titleStep-1

...

Configure Post Function and Click Add.

...

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}"
}

Note. You can find custom field ID at, Issues > Custom Fields > Click Edit > You will find in URL.

Supported System Fields:

Code Block
summary, description, key or issuekey, type or issuetype, status, priority,
components, labels, fixversions, affectsversions, assignee,
reporter, environment

Status
colourBlue
titleStep-4

...