I have created a jira automation.
- when a status is moved to closed - it will create a slack channel automatically.
Manually - on jira there is an option - Connect slack channel -
(this helps to connect ticket to slack and any changes made on ticket gets notified to connected channel.
How can I achieve the same in my automation?
@Sathish Kumar
You can’t fully automate the “Connect Slack channel” step on Jira Cloud today—there’s no Automation action or public REST API that attaches a channel to an issue the way the manual button does. Instead, either simulate the behavior with Automation that posts all issue updates into the channel, or add a one-time Slack-side subscription using /jira connect and /jira manage in that channel
Below are my suggesstions
Thanks
Jayesh R
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.