Quick Actions
LAST UPDATED: JAN 9, 2025
Quick actions are interactive buttons within the Overview module of the incident workspace, located beneath the incident header panel. They execute specific D3 integration or utility commands with customized parameters.
These incident-specific features—created with unique incident numbers—eliminate the need to manually search for commands using the Execute Command button. Quick actions can be managed via using the following utility commands:
Add Quick Actions to the Incident Overview: To create new quick actions.
Delete Quick Actions to the Incident Overview: To remove existing quick actions.
Update Quick Actions to the Incident Overview: To modify existing quick actions.
Procedure for Adding Quick Actions
By default, no quick actions are available for use. Create your first quick actions by following the steps below:
Navigate to the Utility Commands module.
Click on the Configuration navigation link.
Click on the Utility Commands icon.
Search and click into the system utility command Add Quick Actions to the Incident Overview.
Add itself and the Delete Quick Actions to the Incident Overview command as quick actions.
Enter a unique incident number.
Paste the following code snippet (replace the incident number) for the Quick actions parameter:
JSON[ { "ActionName": "Add quick action", "CommandName": "Add Quick Actions to the Incident Overview", "CommandParameters": { "Incident number": "20241220-94" } }, { "ActionName": "Delete quick action", "CommandName": "Delete Quick Actions to the Incident Overview", "CommandParameters": { "Incident number": "20241220-94" } } ]
Click on the Test Command button to add the two quick actions.
Navigate to the incident through the Investigation Dashboard.
Click on the Add quick action button to add more quick actions.
Add the desired quick action.
(Optional) Click the View Sample Data button to review the format for the “Quick actions” input parameter.
Input the JSON array containing the
ActionName
,CommandName
andCommandParameters
fields for each object corresponding to a chosen command.Click on the Run Command button, then close the popup.