Skip to content

feat(Google Tasks Node): Add showAssigned parameter to Get Many operation - #297

Open
everettbu wants to merge 7 commits into
masterfrom
feat/google-tasks-show-assigned
Open

feat(Google Tasks Node): Add showAssigned parameter to Get Many operation#297
everettbu wants to merge 7 commits into
masterfrom
feat/google-tasks-show-assigned

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of n8n-io/n8n#22640
Original author: mtane0412


Summary

  • Add showAssigned query parameter to the Google Tasks Get Many operation
  • This parameter filters tasks assigned to the current user (default: false)
  • Aligns with the latest Google Tasks API specification
  • Note: Setting this parameter to true enables the display of tasks created in Google Chat and Google Docs.

Related issue

Closes #

Review / Merge checklist

  • PR title and target branch are correct
  • Tests are included
  • Documentation is updated (not applicable - API parameter addition)
  • All CI checks pass

Test plan

  • Unit tests verify parameter is passed to API correctly
  • Manual testing: Confirmed Show Assigned option appears in Additional Fields for Get Many operation

🤖 Generated with Claude Code

mtane0412 and others added 7 commits December 3, 2025 11:56
…tion

Add the showAssigned query parameter to the tasks.list API call,
allowing users to filter tasks assigned to the current user.

This parameter was recently added to the Google Tasks API and enables
better filtering of shared task lists.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@everettbu everettbu added node/improvement New feature or request community Authored by a community member in linear Issue or PR has been created in Linear for internal review labels Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants