What This Workflow Does
This automation solves the common challenge of keeping distributed teams aligned on current work items without requiring manual status updates. It automatically queries YouTrack for all tasks marked "In Progress," organizes them by assignee, and posts formatted summaries to designated Discord channels.
Development teams using this workflow report spending 30-45 fewer minutes per day on status meetings and manual updates. Project managers gain real-time visibility into workloads without interrupting developers, while team members maintain awareness of parallel work streams.
How It Works
1. Scheduled YouTrack Query
The workflow triggers daily (or at your preferred interval) to query YouTrack's API for all tasks filtered by status "In Progress." It retrieves key details including task title, assignee, priority, and any blocker flags.
2. Assignee Grouping
Tasks are automatically grouped by assignee, creating individual reports for each team member. This personalization ensures developers only see relevant updates without information overload.
3. Discord Message Formatting
The workflow formats clean, readable messages with emoji indicators for priority levels and direct links back to YouTrack items. Rich formatting makes the updates scannable at a glance.
4. Targeted Channel Delivery
Formatted summaries are posted to pre-configured Discord channels, either a general team channel or dedicated channels per department/project. Mentions can optionally notify specific team members.
Who This Is For
This workflow benefits agile software teams using YouTrack for issue tracking and Discord for team communication. It's particularly valuable for:
- Distributed teams across multiple time zones
- Teams practicing asynchronous standups
- Engineering managers overseeing multiple projects
- Product teams coordinating between developers and QA
What You'll Need
- YouTrack Cloud or Server instance with API access
- Discord server with webhook permissions
- n8n instance (cloud or self-hosted)
- Basic understanding of YouTrack query syntax
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance
- Configure YouTrack API credentials
- Set up Discord webhooks for target channels
- Adjust the YouTrack query to match your workflow states
- Test with a manual trigger before enabling scheduling
Key Benefits
30% reduction in status meeting time by providing automated visibility into current work items. Teams spend less time verbally reporting what's in progress.
Improved cross-team awareness as developers naturally see what colleagues are working on through daily automated updates in Discord.
Earlier blocker identification since in-progress tasks with unresolved issues are highlighted in the daily summary.
Flexible notification targeting allows different message formats and channels for various team roles (developers, QA, product owners).