{
  "name": "Automate daily YouTrack task summaries to Discord by assignee",
  "nodes": [
    {
      "id": "a4227858-806b-4eab-8f25-34b5d2b584f0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        460
      ],
      "parameters": {
        "width": 580,
        "height": 440,
        "content": "\n# Daily YouTrack In-Progress Tasks Summary to Discord by Assignee \n\n\n## 🔧 Setup Instructions\n\n### YouTrack Configuration:\n\n - Get a permanent token: Auth guide\n - Set the base API URL\n - Identify cus"
      }
    },
    {
      "id": "a953219c-bc9a-45f7-8413-e07b2a191d26",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        400,
        1140
      ]
    },
    {
      "id": "219199a1-63f1-497d-a2b4-7726e6086483",
      "name": "Weekend checker",
      "type": "n8n-nodes-base.code",
      "position": [
        600,
        1140
      ]
    },
    {
      "id": "d6826f58-5aa2-450e-8b16-5374f71405dd",
      "name": "If it is weekend, the script is not run",
      "type": "n8n-nodes-base.if",
      "position": [
        800,
        1140
      ]
    },
    {
      "id": "39c23755-d01b-44d0-bb7a-31e8cbe759ca",
      "name": "HTTP Request YT",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1040,
        960
      ]
    },
    {
      "id": "175a0d7d-09b7-4c2f-9d59-94e901a3b36f",
      "name": "Filter fields",
      "type": "n8n-nodes-base.filter",
      "position": [
        1240,
        960
      ]
    },
    {
      "id": "8bfe2447-6a78-4ee3-97f3-6c9aefbc3d7a",
      "name": "Discord message",
      "type": "n8n-nodes-base.code",
      "position": [
        1440,
        960
      ]
    },
    {
      "id": "e6709cc9-b288-4b6e-b634-e992d90ff9d9",
      "name": "Discord notification",
      "type": "n8n-nodes-base.discord",
      "position": [
        1640,
        960
      ]
    },
    {
      "id": "fade68a5-236c-46d4-bab7-d8d48c38d238",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        1360
      ],
      "parameters": {
        "width": 460,
        "height": 280,
        "content": "### 🧩 Environment Variables & Placeholders\n\n| Placeholder           | Description                         |\n|-----------------------|-------------------------------------|\n| `{{API_URL}}`         | Yo"
      }
    },
    {
      "id": "0a519fb3-e088-4bb6-98ce-e61fdcf006ee",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1340,
        760
      ],
      "parameters": {
        "width": 400,
        "height": 140,
        "content": "\n#### 📝 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."
      }
    }
  ],
  "connections": {
    "Filter fields": {
      "main": [
        [
          {
            "node": "Discord message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Discord message": {
      "main": [
        [
          {
            "node": "Discord notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request YT": {
      "main": [
        [
          {
            "node": "Filter fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekend checker": {
      "main": [
        [
          {
            "node": "If it is weekend, the script is not run",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Weekend checker",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If it is weekend, the script is not run": {
      "main": [
        [
          {
            "node": "HTTP Request YT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}