claude-code - 💡(How to fix) Fix Asana subtasks not visible as board cards even when added to a project [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#60639Fetched 2026-05-20 03:53:17
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
labeled ×1

Fix Action

Fix / Workaround

This forces a workaround: either detach subtasks from their parent (losing Asana hierarchy) or use local-only session anchors (losing Asana visibility).

RAW_BUFFERClick to expand / collapse

ClaudeBoard fetches board cards via /tasks?project=GID, which only returns top-level project tasks. Tasks that are subtasks of a parent task don't appear as board cards, even when they've been explicitly added to the project via add_projects.

This forces a workaround: either detach subtasks from their parent (losing Asana hierarchy) or use local-only session anchors (losing Asana visibility).

Suggested fix: supplement the /tasks?project= fetch with Asana's search API (/workspaces/GID/tasks/search?projects.any=GID) which returns subtasks that belong to a project. Or offer a toggle to include subtasks in the board view.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Asana subtasks not visible as board cards even when added to a project [1 participants]