This section describes how to configure Support in Jira Service Management Cloud.
To configure Support integration features
-
Set up an Amazon SQS queue in us-east-1 for Commercial regions and AWS GovCloud (US-West) for AWS GovCloud (US) to sync Support cases.
-
Enter
AwsSmcJsmCloudForgeSupportQueue
for the queue name, which aligns with the default name in the JSM Cloud connector settings for the Support integration. For more information, review Getting started with Amazon SQS. -
Create an Amazon EventBridge rule to detect changes to Support cases and push those changes to the queue. For more information, review Getting started with Amazon EventBridge.
-
The rule you created must have the following event pattern and point to the Amazon SQS queue you created in step 1:
"EventPattern":{ { "detail-type":[ "Support Case Update" ], "source":[ "aws.support" ] } }
Note
You can use baseline AWS CloudFormation templates for the Connector for JSM Cloud to automate the Support integration features. For more information, see Setting baseline permissions for AWS Service Management Connector for ServiceNow.
To create the required Amazon SQS queue and EventBridge rule, use Connector for JSM Cloud -
AWS Support Commercial Regions