/
Put EventBridge/CloudWatch Events - Atlassian Workflow Event
Put EventBridge/CloudWatch Events - Atlassian Workflow Event
This parameters template demonstrates the Put EventBridge/CloudWatch Events action:
Event Patterns in CloudWatch Events
This is an opinionated example that works well for ingesting custom events from Atlassian products – refer to Event Patterns in CloudWatch Events for details on these and other available fields.
Put EventBridge/CloudWatch Events parameters example - Atlassian Workflow Event (escaped manually)
{
"Entries": [
{
"Source": "net.utoolity.atlassian",
"DetailType": "Atlassian Workflow Event",
"Detail": "{ \"event\": \"$event.simpleName\", \"traceId\": \"$event.traceId\" }"
}
]
}
Put EventBridge/CloudWatch Events parameters example - Atlassian Workflow Event (escaped with utility function)
{
"Entries": [
{
"Time": "$event.timestamp",
"Source": "net.utoolity.atlassian",
"DetailType": "Atlassian Workflow Event",
"Detail": "$util.escapeJson('{
"event": "$event.simpleName",
"traceID": "$event.traceId"
}')"
}
]
}
, multiple selections available,
Related content
Put EventBridge/CloudWatch Events - Jira Core Post Function
Put EventBridge/CloudWatch Events - Jira Core Post Function
More like this
Put EventBridge/CloudWatch Events - Bamboo Build Task Execution
Put EventBridge/CloudWatch Events - Bamboo Build Task Execution
More like this
Using the Put EventBridge/CloudWatch Events action
Using the Put EventBridge/CloudWatch Events action
More like this
Using the Automate with AWS post function in Jira
Using the Automate with AWS post function in Jira
Read with this
Put EventBridge/CloudWatch Events - Jira Service Management Then Action
Put EventBridge/CloudWatch Events - Jira Service Management Then Action
More like this
Put EventBridge/CloudWatch Events - Bamboo System Notification
Put EventBridge/CloudWatch Events - Bamboo System Notification
More like this
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.
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.