Hi!
After being in a brutal crunch mode for a couple of months Im looking for a way to get into GTD.
Work as a consultant and firmly entrenched in Office 365 (teams and all) and Jira as a tool to drive work for others (Im new to Jira and kanban as well).
Personal and private mail is in Gmail.
I Understand the principle that having one inbox is important.
I´ve taken a look at using Mcrosoft To Do, it allows me to have both my customers account and my private old hotmail account but there seems to be no way of kicking tasks that comes from Gmail in that direction (tasks regarding my daughters and booking game nights with friends etc.)
Is todoist the way to go or are there other options?
Regards
C
You’re absolutely right that consolidating into one “inbox” is pivotal. Given your Office 365/Jira environment plus Gmail, you can absolutely keep Microsoft To Do (or Todoist, if you prefer) as your single source of truth—by using an integration platform like n8n or Make to bridge everything.
1. Use Microsoft To Do as your main inbox
You already have access to Microsoft To Do across your Office 365 accounts. You can build an automations that:
- Capture personal Gmail tasks
- Capture work‑related Jira issues
- Capture flagged Teams messages or Outlook emails
…all into your single MTD list.
a) n8n workflow example
- Trigger: Gmail → “New Starred Email”
- Node: Gmail Trigger (watch for ★ or label “GTD”)
- Action: Create a task in Microsoft To Do
- Node: HTTP Request to Microsoft Graph API
- Endpoint: POST /me/todo/lists/{listId}/tasks
- Payload: subject, dueDate, link back to the email
- Trigger: Jira → “New Issue”
- Node: Jira Trigger (e.g. “issue created” in your project)
- Action: Create a task in MTD
- Same Graph API node, mapping issue key + summary → task title
You can chain filters or conditions (e.g. only JIRA issues assigned to you, or only Gmail starred items), then all flow into your “GTD Inbox” list in Microsoft To Do. n8n’s self‑hosted edition is free but rapidly needs a subscription, very flexible, and supports both these triggers out of the box.
b) Make (Integromat) scenario example
- Gmail module → Watch for new emails with label “GTD”
- Microsoft To Do module → “Create a task” in your GTD list
- Jira module → Watch Issues (filter by project/assignee)
- Microsoft To Do module → “Create a task”
Make provides pre‑built templates you can clone instantly, and you can add extra steps (e.g. Slack or Teams notification, error logging in Google Sheets, etc.).
2. Alternatively: centralize in Todoist
If you’d rather use Todoist as your inbox, the patterns are nearly identical:
- n8n: Gmail Trigger → Todoist “Create Task” node
- n8n: Jira Trigger → Todoist node
- Make: Gmail & Jira modules → Todoist modules
You can also map Office 365 flagged emails → Todoist, or even have Microsoft To Do automatically mirror into Todoist via a third workflow.
Why this removes all roadblocks
- One inbox: every task from Gmail, Jira or Outlook lands in a single list.
- No manual copy‑paste: once set up, it’s zero‑touch.
- Full context: each task includes links back to the email or issue.
- Scalable & tweakable: add filters (by label, priority, project) or enrich tasks (add due dates, tags).
To explore further, head over to YouTube and search for “Getting started with n8n” or “Make tutorial”—you’ll find step‑by‑step demos and community showcases. And once your basic flows are live, you can level up by integrating AI agents—your own « digital employees » —to proactively handle follow‑ups, summarize discussions, route tickets, and more.