This is a Slackbot designed to send acknowledgment messages to all users in the makerble-backend Jira organization. It helps track task acknowledgment based on users' daily plan status in Jira.
-
Daily Acknowledgment Messages
- Sends an acknowledgment message every day at 9 AM to all users.
- Users have until the next day (9 AM) to acknowledge their tasks.
-
Task Status Integration
- Fetches task statuses from Jira and checks for user acknowledgments.
-
Reaction Capture
- Captures Slack message reactions via event subscriptions.
-
You must expose a public HTTPS endpoint (e.g.,
https://your-domain.com/slack/events
) This endpoint must be added to:
Slack App Settings → Event Subscriptions → Request URL -
Remember to renew Jira API token every year
-
Users must react to messages for the bot to track acknowledgements
go run .