AWS Security ChangesHomeSearch

AWS quicksuite documentation change

Service: quicksuite · 2026-01-25 · Documentation low

File: quicksuite/latest/userguide/actions-integrations.md

Summary

Updated action documentation with expanded service-specific details: Added full Amazon service names (S3, Bedrock, Comprehend), restructured Microsoft/Salesforce/Jira/ServiceNow/SAP sections with bold headings and detailed sub-actions including specific CRUD operations and functionality descriptions.

Security assessment

Changes are purely organizational and descriptive, adding implementation details for existing features. No security vulnerabilities, configurations, or best practices are mentioned. The additions focus on operational capabilities (e.g., 'Delete Incident' in ServiceNow) without security context.

Diff

diff --git a/quicksuite/latest/userguide/actions-integrations.md b/quicksuite/latest/userguide/actions-integrations.md
index 88cf709f3..21c0e5a8b 100644
--- a//quicksuite/latest/userguide/actions-integrations.md
+++ b//quicksuite/latest/userguide/actions-integrations.md
@@ -13 +13 @@ AWS ServicesExternal ApplicationsCustom REST APIs
-actions allow you to store and retrieve files and data.
+Amazon S3 actions allow you to store and retrieve files and data.
@@ -30 +30 @@ actions allow you to store and retrieve files and data.
-### 
+### Amazon Bedrock
@@ -32 +32 @@ actions allow you to store and retrieve files and data.
-actions allow you to connect to foundation models (FMs) from leading AI companies through a single API.
+Amazon Bedrock actions allow you to connect to foundation models (FMs) from leading AI companies through a single API.
@@ -41 +41 @@ actions allow you to connect to foundation models (FMs) from leading AI companie
-###  Agents
+### Amazon Bedrock Agents
@@ -43 +43 @@ actions allow you to connect to foundation models (FMs) from leading AI companie
-Agent actions allows you to invoke AI assistants that can connect to your data sources, APIs, and backend systems.
+Amazon Bedrock Agent actions allows you to invoke AI assistants that can connect to your data sources, APIs, and backend systems.
@@ -52 +52 @@ Agent actions allows you to invoke AI assistants that can connect to your data s
-###  Data Automation
+### Amazon Bedrock Data Automation
@@ -76 +76 @@ Amazon Textract helps you add document text detection and analysis to your autom
-### 
+### Amazon Comprehend
@@ -78 +78 @@ Amazon Textract helps you add document text detection and analysis to your autom
-is a natural language processing (NLP) service for gaining insight into document content. It helps analyze text to extract key phrases, identify sentiment, and classify documents.
+Amazon Comprehend is a natural language processing (NLP) service for gaining insight into document content. It helps analyze text to extract key phrases, identify sentiment, and classify documents.
@@ -95 +95 @@ The Microsoft Outlook actions allow your automations to manage emails and calend
-  * Email
+  * **Email**
@@ -115 +115 @@ The Microsoft Outlook actions allow your automations to manage emails and calend
-  * Folders
+  * **Folders**
@@ -123 +123 @@ The Microsoft Outlook actions allow your automations to manage emails and calend
-  * Calendar
+  * **Calendar**
@@ -131 +131 @@ The Microsoft Outlook actions allow your automations to manage emails and calend
-  * Other
+  * **Other**
@@ -146 +146 @@ The Microsoft Teams actions allow your automations to communicate with team memb
-  * Messages
+  * **Messages**
@@ -158 +158 @@ The Microsoft Teams actions allow your automations to communicate with team memb
-  * Teams
+  * **Teams**
@@ -168 +168 @@ The Microsoft Teams actions allow your automations to communicate with team memb
-  * Channels
+  * **Channels**
@@ -184 +184 @@ The Microsoft Teams actions allow your automations to communicate with team memb
-  * Meetings
+  * **Meetings**
@@ -194 +194 @@ The Microsoft Teams actions allow your automations to communicate with team memb
-  * Users
+  * **Users**
@@ -205 +205 @@ The Microsoft SharePoint allows you to centrally store, manage, and share docume
-  * Lists and items
+  * **Lists and items**
@@ -219 +219 @@ The Microsoft SharePoint allows you to centrally store, manage, and share docume
-  * Sheets and files
+  * **Sheets and files**
@@ -233 +233 @@ The Microsoft SharePoint allows you to centrally store, manage, and share docume
-  * Ranges and cells
+  * **Ranges and cells**
@@ -256 +256 @@ Microsoft OneDrive actions allow you to store, sync, and share files. You can in
-  * File management
+  * **File management**
@@ -278 +278 @@ Microsoft OneDrive actions allow you to store, sync, and share files. You can in
-  * Excel
+  * **Excel**
@@ -311 +311 @@ Salesforce actions allow you to automate the process of managing customer relati
-  * Cases
+  * **Cases**
@@ -323 +323,39 @@ Salesforce actions allow you to automate the process of managing customer relati
-  * Opportunities, Leads, Campaigns, Feed Items, Contacts, Users, System
+  * **Opportunities**
+
+    * **Get Opportunities** \- View list of sales opportunities
+
+    * **Get Specific Opportunity** \- View details of a specific opportunity
+
+    * **Create Opportunity** \- Create a new sales opportunity
+
+    * **Update Opportunity** \- Edit opportunity details
+
+    * **Delete Opportunity** \- Remove an existing opportunity
+
+  * **Leads**
+
+    * **Update Lead** \- Edit lead details and information
+
+  * **Campaigns**
+
+    * **Update Campaign** \- Edit campaign details and information
+
+  * **Feed Items**
+
+    * **Update Feed Item** \- Edit feed item content and properties
+
+  * **Contacts**
+
+    * **Get Contact List** \- View all contacts in the system
+
+    * **Get Contact** \- Fetch details of a specific contact
+
+    * **Update Contact** \- Edit contact information
+
+  * **Users**
+
+    * **Get User List** \- Retrieve list of Salesforce users
+
+  * **System**
+
+    * **Describe SObject** \- Get object metadata and field details for any Salesforce object type
@@ -332 +370,67 @@ Jira actions allow you to automate managing issues, projects, sprints and more.
-  * Issues, Comments, Projects, Sprints, Users
+  * **Issues**
+
+    * **Create Issue** \- Create an issue in a project.
+
+    * **Edit Issue** \- Modify an existing issue in a project.
+
+    * **Update Issue Status (Do Transition)** \- Change task status of an issue.
+
+    * **Delete Issue** \- Delete an issue in a project.
+
+    * **Get Issue** \- View details of an issue in a project.
+
+    * **Search Issues** \- Searches for issues using JQL
+
+    * **Search Statuses** \- Search issue statuses.
+
+    * **Download Issue Attachment** \- View the contents of an attachment.
+
+    * **Add Attachment** \- Add an attachment to an issue.
+
+    * **Get All Labels** \- View all labels.
+
+  * **Comments**
+
+    * **Add Comment** \- Add new comment to an issue.
+
+    * **Delete Comment** \- Remove comment from an issue.
+
+    * **Update Comment** \- Edit an existing comment on an issue.
+
+    * **Get Comments** \- View issue comments.
+
+  * **Projects**
+
+    * **Create Project** \- Create new project in Jira.
+
+    * **Update Project** \- Modify project details.
+
+    * **Delete Project** \- Remove project from Jira.
+
+    * **Get Project** \- View project details.
+
+    * **Get Issue Types For Project** \- View project issue types.
+
+    * **Search Projects** \- Find visible projects.
+
+  * **Sprints**
+
+    * **Create Sprint** \- Create a sprint in a project.
+
+    * **Update Sprint** \- Update sprint details.
+
+    * **Delete Sprint** \- Delete a sprint in a project.
+
+    * **Get Sprint** \- View details of a sprint in a project.
+
+    * **Move Issues to Sprint and Rank** \- Assign an issue to a sprint.
+
+    * **Move Issues to Backlog** \- Move issues to backlog.
+
+  * **Users**
+
+    * **Find Users** \- Search for a Jira user.
+
+    * **Find Assignable Users** \- Returns a list of users that can be assigned to an issue.
+
+    * **Get All Users** \- List all Jira users.
@@ -341 +445,47 @@ ServiceNow actions allow you to automate IT service management of incidents, cha
-  * Incidents, Change Requests, Knowledge Base Articles, Problem Records, Attachments, System
+  * **Incidents**
+
+    * **Create Incident** \- Creates a new incident record.
+
+    * **Read Incident** \- Retrieves details of a specific incident.
+
+    * **Update Incident** \- Modifies an existing incident record.
+
+    * **Delete Incident** \- Removes a specific incident record.
+
+  * **Change Requests**
+
+    * **Create Change Request** \- Creates a new change request record.
+
+    * **Read Change Request** \- Retrieves details of a specific change request.