Using the Put EventBridge/CloudWatch Events action

Use the Put EventBridge/CloudWatch Events action to process Jira workflow transitions, Jira Service Management automation rule executions, and Bamboo tasks and notifications with Amazon EventBridge (Amazon CloudWatch Events) to connect application data from your own apps, SaaS, and AWS services:

 

Amazon EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own applications, Software-as-a-Service (SaaS) applications, and AWS services. [...] You can set up routing rules to determine where to send your data to build application architectures that react in real time to all of your data sources. EventBridge makes it easy to build event-driven applications because it takes care of event ingestion and delivery, security, authorization, and error handling for you.



Integrations

You can use the Put EventBridge/CloudWatch Events action with the following integrations:

Requirements

The Put EventBridge/CloudWatch Events action requires sufficient IAM permissions - an adequate IAM policy similar to the one provisioned by the Automation with AWS (Core) CloudFormation template might look as follows:

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "events:PutEvents", "events:TestEventPattern" ], "Resource": "*", "Effect": "Allow", "Sid": "CloudWatchPutAndTestEvents" } ] }

 Refer to Using Identity-Based Policies (IAM Policies) for EventBridge for details on how to create more granular/secure policies.

Configuration

To configure an Put EventBridge/CloudWatch Events action:

Complete the following settings:

 

Parameters

Specify the action parameters according to the following skeleton in JSON format – refer to events . put-events for details:

You can inject contextual variables into the remote action payload, refer to Entity Variables for details.

Event Patterns in EventBridge (CloudWatch Events)

This is an opinionated brief skeleton that works well for ingesting custom events from Atlassian products – refer to Events and Event Patterns in EventBridge (CloudWatch Events) for details on these and other available fields.


Put EventBridge/CloudWatch Events skeleton - Atlassian Workflow Event

{   "Entries": [     {       "Time": "$event.timestamp",       "Source": "",       "DetailType": "",       "Detail": ""     }   ] }

Entity Variables

You can inject contextual workflow variables with workflow entities into the remote action payload template – currently available entities are:

Examples

How-to Articles

Filter by label

There are no items with the selected labels at this time.

Frequently Asked Questions (FAQ)

Atlassian®, Atlassian Bamboo®, Bitbucket®, Atlassian Crowd®, Confluence®, Jira®, Jira Service Management™, Opsgenie®, and Statuspage™ are registered trademarks of Atlassian.
Amazon Web Services™, AWS™ and the “Powered by Amazon Web Services” logo are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.

Utoolity® is a registered trademark of Utoolity GmbH.
© 2024 Utoolity GmbH. All rights reserved.