You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace server-side filtering with client-side filtering for project milestones
- Add proper data structure handling in milestone listing command
- Fix GraphQL schema incompatibility with ProjectMilestoneFilter
This resolves issues where milestone listing by project would fail due to
Linear's GraphQL API not supporting direct project filtering for milestones.
The fix ensures reliable milestone listing by fetching all milestones and
filtering them client-side based on project ID.
0 commit comments