If I have a project as - Project_X
with 3 components - C_1,C_2,C_3.
I want to integrate this project(Project_x) with Slack, in such a way that:
Slack_channel_1 is linked only to C_1
Slack_channel_2 is linked only to C_2
Slack_channel_3 is linked only to C_3
PS- all 3 slack channels belong to the same workspace.
Now, if I create a ticket specific to any of the components, only the channel linked with that component should be notified.
How can I have such configuration using Webhooks?