Slack Integration
Bring Munera notifications and task management into Slack. Engineers can accept assignments, update task statuses, and get real-time alerts without leaving their workflow.
Setting up the integration
Navigate to Settings → Integrations → Slack
You'll need Admin or Manager role in Munera and the ability to install apps in your Slack workspace.
Click "Add to Slack"
Authorise the Munera app to access your Slack workspace. The OAuth token is encrypted at rest using AES-256 Fernet encryption.
Choose notification events
Select which events trigger Slack notifications. You can configure events at both the organisation level (defaults) and the per-user level.
Set default channels
Optionally configure a default notification channel per project. Engineers receive personal DMs by default.
Notification events
| Event | Default recipient | Channel type |
|---|---|---|
| Task assigned to you | Assigned engineer | DM |
| Assignment accepted/declined | Assigning manager | DM |
| Task overdue | Assigned engineer + manager | DM + project channel |
| Task status changed | Task watchers | Project channel |
| Mentioned in a comment | Mentioned user | DM |
| Sprint starting/ending | All team members | Project channel |
Slack slash commands
Use the /munera slash command in any Slack channel or DM:
/munera status # View your current assignments and utilisation /munera task [id] # Get full details for a specific task /munera assign [id] # Start the assignment flow for a task /munera accept [id] # Accept an assigned task /munera complete [id] # Mark a task as completed /munera help # Show all available commands
Interactive buttons
Assignment notification messages include interactive buttons so engineers can accept or decline without leaving Slack. Button clicks are authenticated using Slack's request signing and update the task in real-time.