/
Workflow to Invoke Amazon Lambda function
Workflow to Invoke Amazon Lambda function
status:Pre-requisit
Create Amazon IAM User if not exists.
Create IAM User with Lambda Permissions
status:Step-1
Go to Jira project configuration ** In Workflows tab Click EDIT Icon.
In Post Functions tab section, Click Add Post Function.
status:Step-2
Choose Amazon Code Pipeline Execution Function and Click Add.
status:Step-3
Configure Post Function and Click Add.
Here is example to use Issue fields in Lambda JSON payload:
{
"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:
summary, description, key or issuekey, type or issuetype, status, priority,
components, labels, fixversions, affectsversions, assignee,
reporter, environment
status:Step-4
Review and Click Publish.
status:Step-5
Transition Issue and verify if Amazon Lambda Function triggered with status notification in issue comment.
, multiple selections available,
Related content
Amazon S3 Files for Confluence
Amazon S3 Files for Confluence
Read with this
Amazon S3 Project Files
Amazon S3 Project Files
Read with this
Space S3 Documents REST API
Space S3 Documents REST API
Read with this
Migrate Space S3 Documents with Bucket Configuration
Migrate Space S3 Documents with Bucket Configuration
Read with this
S3 and Code Utilities REST API
S3 and Code Utilities REST API
Read with this
Workflow to invoke Amazon Lambda Function
Workflow to invoke Amazon Lambda Function
More like this