Block 1 - Sticky Note1
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Daily YouTrack In Progress Tasks Summary to Discord by Assignee Keep your team in sync with a daily summary of tasks currently In Progress in YouTrack โ automatically posted to your Discord channel...
n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.filter, n8n-nodes-base.discord
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Halfbit ๐.
Original n8n.io sourceKeep your team in sync with a daily summary of tasks currently In Progress in YouTrack โ automatically posted to your Discord channel.
This workflow queries issues, filters them by status, groups them by assignee and priority, and sends a formatted message to Discord. It's perfect for teams that need a lightweight, automated stand-up report.
> ๐ This workflow uses Discord as an example. You can easily replace the messaging integration with Slack, Mattermost, MS Teams, or any other platform that supports incoming webhooks.
In ProgressGet a permanent token:
Set the base API URL:
https://yourdomain.youtrack.cloud/api/issuesyourdomain with your actual YouTrack instanceIdentify custom field IDs:
GET /api/admin/customFieldSettings/customFields to list all field IDscustomFields array105-0 or 142-1/webhooks/)| Placeholder | Description |
|---|---|
{{API_URL}} |
Your YouTrack API base URL |
{{TOKEN}} |
YouTrack permanent token |
{{FIELD_ID}} |
ID of the "Status" custom field |
{{QUERY_FIELDS}} |
Fields to fetch (e.g., summary, id) |
{{PROJECT_LINK}} |
Link to your YouTrack project |
{{USER_X}} |
YouTrack usernames |
{{DISCORD_ID_X}} |
Discord mentions or usernames |
{{NAME_X}} |
Display names |
{{WEBHOOK_ID}} |
Discord webhook ID |
{{DISCORD_CHANNEL}} |
Discord channel name |
{{CREDENTIAL_ID}} |
Your credential ID in n8n |
Test YouTrack connection:
Verify filtering:
Check message formatting:
Test Discord delivery:
Schedule verification:
priorityMap to reflect your own naming structureSchedule Trigger nodeThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate daily YouTrack task summaries to Discord by assignee |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Project Management |
| Author | Halfbit ๐ |
| Published | 13 May 2025 |
Use the JSON export at /data/workflows/4019/4019.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Daily YouTrack In Progress Tasks Summary to Discord by Assignee Keep your team in sync with a daily summary of tasks currently In Progress in YouTrack โ automatically posted to your Discord channel...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.