{
  "name": "Easy Redmine and Microsoft Teams workflow template",
  "nodes": [
    {
      "id": "fc2c5dd2-e626-4647-ba2c-af9d00f51264",
      "name": "Daily Trigger (8:30 work-days)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -160,
        360
      ]
    },
    {
      "id": "cf290a32-5f96-4c70-926c-30e449a92e21",
      "name": "Get Issues by Query",
      "type": "@easysoftware/n8n-nodes-easy-redmine.easyRedmine",
      "position": [
        80,
        360
      ]
    },
    {
      "id": "ef26cd7d-0950-4847-946b-fea9659db37f",
      "name": "Split Out Issues",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        340,
        360
      ]
    },
    {
      "id": "d7e750fb-6c80-46e1-bbfc-202937adc1c4",
      "name": "Keep Relevant Fields & Add Link",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        360
      ]
    },
    {
      "id": "c46b0f6a-9327-4251-97d6-6be532b310dd",
      "name": "Message into Team Channel",
      "type": "n8n-nodes-base.microsoftTeams",
      "position": [
        1180,
        380
      ]
    },
    {
      "id": "9623f022-6837-4a01-a2b0-77ff70412f66",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        160
      ],
      "parameters": {
        "width": 1600,
        "height": 480,
        "content": "## Call for issues in Easy Redmine & send relevant information to MS teams channel\n**1) GET issues by query via \"Easy Redmine node\"** - receive all issues corresponding to saved filter in Easy Redmine"
      }
    },
    {
      "id": "0ab382a3-70f9-49a2-84fd-306f14dac153",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1440,
        160
      ],
      "parameters": {
        "width": 340,
        "height": 480,
        "content": "## Final Output\n### Received in teams chat \nName: **Client ABC - request consulting help**\nLink: [1354](https://easyredmineapp.com/issues/1354) \n Author: **Jane Doe** \n\n Description:\n\n Service Request"
      }
    },
    {
      "id": "ea8e1a81-b454-4785-9fe1-dd2468e990d0",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        160
      ],
      "parameters": {
        "width": 700,
        "height": 1120,
        "content": "## Daily Team Task Digest to MS Teams \n**Try out using a native Easy Redmine node to get issues according saved filter and send them to your MS Teams Channel.**\n\n### About Workflow\nThis workflow autom"
      }
    },
    {
      "id": "18f34577-cc2d-45d8-8b83-60529875eaa2",
      "name": "Run for Each Task",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        800,
        360
      ]
    }
  ],
  "connections": {
    "Split Out Issues": {
      "main": [
        [
          {
            "node": "Keep Relevant Fields & Add Link",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run for Each Task": {
      "main": [
        [],
        [
          {
            "node": "Message into Team Channel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Issues by Query": {
      "main": [
        [
          {
            "node": "Split Out Issues",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message into Team Channel": {
      "main": [
        [
          {
            "node": "Run for Each Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger (8:30 work-days)": {
      "main": [
        [
          {
            "node": "Get Issues by Query",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Keep Relevant Fields & Add Link": {
      "main": [
        [
          {
            "node": "Run for Each Task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}