Skip to main content

Auto-sync Easy Redmine tasks to Microsoft To-Do

Workflow preview

Workflow preview
100%
Auto-sync Easy Redmine tasks to Microsoft To-Do preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Auto Sync Easy Redmine Tasks to Microsoft To Do This workflow automatically synchronizes tasks from Easy Redmine into a Microsoft To Do list using a predefined filter. Before syncing, it clears the...

Best for

  • Project Management automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.microsofttodo, n8n-nodes-base.code, @easysoftware/n8n-nodes-easy-redmine.easyredmine, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Easy8.ai.

Original n8n.io source

1.1 Workflow description

Title
Auto-sync Easy Redmine tasks to Microsoft To-Do
Workflow name
Auto-sync Easy Redmine tasks to Microsoft To-Do

Auto-Sync Easy Redmine Tasks to Microsoft To Do

This workflow automatically synchronizes tasks from Easy Redmine into a Microsoft To Do list using a predefined filter. Before syncing, it clears the target list in Microsoft To Do to avoid duplicates. It’s ideal for teams or individuals who plan work in Redmine but prefer Microsoft To Do for daily task tracking.

By connecting Redmine’s task filtering with Microsoft To Do’s simple interface, this setup ensures your task list is always focused and up to date—without manual copying or switching tools.

How it works

Scheduled Trigger – Run Daily Sync Triggers the workflow automatically at a set time (e.g., every morning at 9:00 AM). Supports different time zones and execution intervals.

Get All To Do Tasks – Clean Target List Fetches all existing tasks in a specific Microsoft To Do list. Prepares the list to be cleared before syncing new tasks.

Delete All Tasks – Reset To Do List Deletes previously existing tasks to prevent duplication. A code node ensures that the workflow only proceeds after all deletions are complete.

Get Redmine Tasks by Filter – Pull Fresh Data Retrieves tasks from Easy Redmine using saved filters (e.g., assigned to the user, due this week). Only pulls the relevant tasks defined by your Redmine criteria.

Split and Format Tasks – One at a Time Processes each Redmine task individually. A code node enriches each task with a direct link back to the Easy Redmine issue.

Create To Do Task – Sync to Microsoft To Do Creates a new Microsoft To Do task with name, due date, and optionally a formatted description. The result is a clean, updated task list reflecting current Redmine assignments.

How to Use

  1. Connect credentials: Easy Redmine API token (with permission to access issues). Microsoft credentials (to manage Microsoft To Do lists).
  2. In the Redmine filter node, configure the filter to fetch relevant issues.
  3. In the Microsoft To Do nodes, select the correct list for both retrieval and creation.
  4. Open the Schedule Trigger node and adjust to your desired sync time and timezone.
  5. Run a test to confirm that the Redmine tasks appear correctly in your Microsoft To Do list.

Example Use Cases

  • Daily Planning: Automatically refill your Microsoft To Do list with current Redmine tasks every morning.
  • Team Sync: Push sprint items or task board assignments into a shared team to-do list.
  • Priority Focus: Only pull in tasks due today or marked as high priority in Redmine.

Requirements

  • Easy Redmine account
    • API access enabled
    • Saved filters for task selection
  • Microsoft 365 account
    • Microsoft To Do access

Customization

  • Adjust the Redmine filters to target different users, statuses, or projects.
  • Modify the function node to format the task title or description with more detail.
  • Add conditionals to only sync urgent or near-due tasks.
  • Route different project tasks to different To Do lists.
  • Optionally send a confirmation message (email, Slack) when the sync completes.

Workflow Improvement Suggestions

  • Rename nodes for clarity (e.g., “Delete Old Tasks”, “Fetch Redmine Tasks”).
  • Add error handling if API requests fail.
  • Use environment variables for list IDs and API URLs to improve reusability.
  • Add logging or tracking (e.g., number of tasks synced per execution).

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Get To-Do in Specific List

Type / Role
n8n-nodes-base.microsoftToDo - microsoftToDo
Config choices
Version 1

Block 6 - Clean To-Do List

Type / Role
n8n-nodes-base.microsoftToDo - microsoftToDo
Config choices
Version 1

Block 7 - Just One Output after Deletion

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Get Easy Redmine Task by Filter

Type / Role
@easysoftware/n8n-nodes-easy-redmine.easyRedmine - easyRedmine
Config choices
Version 1

Block 9 - Split Out Tasks

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 10 - Add Easy Redmine Task Link to To-Do Description

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Create To-Do Tasks

Type / Role
n8n-nodes-base.microsoftToDo - microsoftToDo
Config choices
Version 1

3. Summary Table

Workflow Auto-sync Easy Redmine tasks to Microsoft To-Do
Complexity intermediate
Nodes 11
Categories Project Management
Author Easy8.ai
Published 16 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8628/8628.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Auto-sync Easy Redmine tasks to Microsoft To-Do do?

Auto Sync Easy Redmine Tasks to Microsoft To Do This workflow automatically synchronizes tasks from Easy Redmine into a Microsoft To Do list using a predefined filter. Before syncing, it clears the...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.