Feature Requests

Please search first before posting to help others find and vote for your idea!
Add option to include multi-list ("added") tasks when filtering by list_ids on the Filtered Team Tasks, MCP Tool
Summary: The Filtered Team Tasks endpoint (GET /api/v2/team/{team_id}/task) with the list_ids[] filter only returns tasks whose home List matches. Tasks that have been added to a List via the Tasks in Multiple Lists ClickApp (home List elsewhere) are silently excluded. Please add a parameter to optionally include these location-associated tasks. Current behavior: GET /team/{team_id}/task?list_ids[]={listId} → returns only tasks whose home List is {listId}. A task whose home is List A but is added to List B does not appear when filtering by List B, even though the task object's locations[] array clearly lists B. The per-List endpoint GET /list/{list_id}/task does include explicitly-added tasks, but it can't filter across multiple Lists, statuses, assignees, or date ranges in a single call the way the team endpoint can. Requested behavior: Add a query parameter (e.g. include_lists_tasks=true or match=location) to the Filtered Team Tasks endpoint so that list_ids[] matches a task if any of its locations (home or added) is in the filter — consistent with how the UI shows a task inside every List it belongs to. Use case: We run release automation that pulls every task in a sprint List with a given status (e.g. "Ready for Release" / "In Release") to cross-check against GitLab merge requests. Teams frequently add (not move) a task from a project List into the current sprint List. Those added tasks are invisible to our query, so release-bound work gets silently dropped from the audit. Our only workarounds today are (a) forcing everyone to move instead of add, or (b) querying every possible home List and fetching each task's full detail to inspect locations[] — expensive and brittle. Why the team endpoint specifically: We need the combined filtering (multiple Lists + statuses + assignees + due-date range) that only the Filtered Team Tasks endpoint provides; the single-List endpoint doesn't support those combined filters, so we can't simply switch to it.
0
·
Views
Savable complex boolean filters for any object type (AND and OR)
We need the ability to create filter views using combinations of AND, OR and NOT, that act on not only task name text, but also spaces, lists, folders, labels, etc. For example, each department (space) might have its own ideas or submissions section (list or folder). Those who plan dev priority would like to see a list view of just certain lists or folders across their org. Or any custom selection, for that matter. Implying that the filter should allow for a simple "hide this item" in the view. This new request was requested by @zeb-1 in the originating idea that got closed: https://clickup.canny.io/feature-requests/p/advanced-filters-or-conditions "filters that allow for complex combinations of AND and OR logic across all the various attributes of tasks and projects" Below are additional requests that could be folded under the same filter requirement: https://clickup.canny.io/feature-requests/p/filterable-labels-for-folderslists "the ability to easily see a full list of web/creative projects currently being worked on." https://clickup.canny.io/feature-requests/p/filter-by-list-name "Filter by List name to get all Tasks across all Folders that are in Lists with a particular name." https://clickup.canny.io/feature-requests/p/filter-by-project-or-by-list-label-or-view-all-tasks-in-a-portfolio "Sometimes you need to see all tasks belonging to, say, high priority projects; or documentation lists for every project in progress." https://clickup.canny.io/feature-requests/p/filter-for-both-andor-filters-at-the-same-time "((Due Date is Today or Earlier) OR (Start Date is Today or Earlier)) AND Location..." https://clickup.canny.io/feature-requests/p/combine-filters-with-boolean-formulas "powerful filters such as "(overdue OR due in the next 7 days) AND (Not tag = to-do-at-home)"" https://clickup.canny.io/feature-requests/p/option-to-display-or-not-the-folderslists-in-gantt-view "some folder/lists are not part the of the gantt view"
485
·
Views
·
future
Load More