-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Integration - Slack
-
None
-
1
-
Severity 3 - Minor
Issue Summary
The Slack integration is incorrectly sending alerts for issues that do not match the defined JQL filter, which is set to trigger notifications only for incidents associated with the specific component(for example lets consider the component - test). Despite this configuration, alerts are being received for issues, which do not have the specified component(test) assigned.
Steps to Reproduce
- Navigate to a CMP
- Open Slack integration and makes sure one of the channels is set up to the Created filter and JQL is set to a issue type and Component.
- For example - {type = "Bug" AND component = Test}
- Create a Work item which is of the issue-type, but doesn't have the component set.
Expected Results
There shouldn't be any trigger in the Slack.
Actual Results
Getting a notification in slack for the work item created with the condition above.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available