-
Type:
Suggestion
-
Resolution: Timed out
-
Component/s: Automation - Actions
-
2
Issue Summary
This is reproducible on Data Center: No
In Jira automation, when using the component 'Send message to amazon SNS', you will get a message in the following format:
Publish message to SNS Topic
Successfully sent the message "{"automationData":{"code":"CREATE_APPROVED_PERFECTS","data":"
"}}" to the topic arn:aws:sns:eu-west-1:xxxxxxxxx:pld-aws-cdk-test-devPLDClipRequestxxxxxxxx-xxxxxxx
Now we want to know if it's possible removing the word 'automationData'.
Steps to Reproduce
- Create a new automation rule
- Set trigger to manual
- Setup the Send message to amazon SNS step
- Trigger the rule
Expected Results
JSON workload gets sent without the "automationData" wrapper at the top level. (Or at least can be configured to include/exclude this or change it.
The format expected is the one configured by this server/datacenter only plugin: https://marketplace.atlassian.com/apps/1216067/automation-with-aws-jira?hosting=server&tab=overview
Actual Results
There isn't any control over configuring this.
Workaround
Currently no workaround.