-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Operations - Integrations
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When attempting to select actions after unselecting them in Microsoft Teams/Slack integrations in JSM Operations, it triggers an error and doesn't allow the new selection.
Steps to Reproduce
- From JSM Operations, create an MS Teams or Slack integration;
- Select your actions and save the integration;
- Unselect all actions under Choose alert activity;
- Try to select an action.
Expected Results
The user is able to select actions.
Actual Results
The below exception is thrown in the browser network analyser:
{
"message": "Action group[ID] does not exist!",
"errorMessage": "Action group[ID] does not exist!",
"took": 0.034,
"requestId": "identifier"
}
Workaround
At this moment, the only alternative is to create a new integration.