Configuring Slack Integration for Daily Scrum for Jira
To integrate Daily Scrum for Jira with Slack and receive real-time updates in your Slack channel, you will need two things:
Slack Channel
This is the channel where all updates will be sent (e.g.,#general,#dsm-updates, etc.).Slack Bot Token
A bot token is required to authenticate and push updates into the selected Slack channel.
Steps to Setup a Slack Bot
1. Set Up Your Slack App
Go to the Slack API Portal: https://api.slack.com/apps
Click “Create New App”
Choose “From scratch” (select this if any custom requirement is there for this)or “From Manifest“ (suggested from manifest since its preconfigured )
Select the work space where you want to install the bot
You can use the Already defined template for the same setup, names etc. can be configured as per requirement
display_information:
name: Daily Standup Updates
description: Bot for updating daily status
background_color: "#1942bd"
features:
bot_user:
display_name: Daily Standup Updated
always_online: false
oauth_config:
scopes:
bot:
- chat:write
- chat:write.public
- commands
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: falseReview the details and submit.
Now this page navigates to Slack Apps configuration screen of newly created app.
Navigate to the Oauth & Permissions tab on the left side.
Install the app on the selected workspace and copy the token code.
Copy this code and paste into the Daily Scrum for Jira app.