Feature Requests

Please search first before posting to help others find and vote for your idea!
Task Duration Problem - Planner View
[BUG and FUNCTIONALITY] I have been using ClickUp for almost a week to try to organize personal routine tasks, but I found problems using tasks in the Planner format (which is the most useful for this function). The calendar always places tasks 1 hour long, unless I create the tasks directly in the Planner view (which is not recommended) and I have opted in the Planner settings for the default duration of 25 minutes (which is still too high and is not suitable), otherwise all tasks have 1 hour. Although the tasks have the Time Estimate stipulated, the Planner could even use it for this purpose. Stipulating Due Date for all tasks is tiring and painful when it comes to subtasks or routine activities. In addition, when I try to decrease the time by clicking on the activity banner on the calendar, it removes the task from the time I entered (as shown in the attached video). If I place 3 20-minute tasks, for example, within the same hour, they enter into an overlapping view (which makes sense) but which makes it impossible to read the name of the task, it's not functional. I tried to set Due Data using Formulas (it's complex and, when you finally arrive at the end, you discover that it's not possible to add values smaller than 1 day to Start Date, tasks that take 15, 20, 30, 40 minutes are required to have 1 hour on the calendar, unless you set the Start Date and Due Date for each one (imagine a day with 20 tasks). They added the Duration function, I activated it in the settings, but when using it I found that (i) it only appears in new tasks and (ii) it only allows you to add integer values for days, without considering tasks that take less than 1 day:/ Could you give me a light? Is there a solution I haven't found? If it doesn't exist, I've suggested a few things below. Many thanks to the ClickUp Community, POs, PMs, Devs and Designers <3 Suggestions: (i) fix the bug that causes the task to go out of time when we adjust by clicking and moving (in the attached video). (ii) use the time estimate to adjust the size of the task on the calendar when Due Date is not filled out. (iii) allow the user to choose to use Due Date in Planner or Time Estimate (iv) Offer Due Date calculation options that consider tasks that take hours or minutes. Shorter Duration or Formulas that add minutes/hours to the Start Date, preferably using the Time Estimate I suggest it because ClickUp is amazing. These improvements will add even more value.
0
·
My Tasks
clickup_filter_tasks and clickup_search omit custom fields — bulk retrieval not viable
I'm using the ClickUp MCP server ( https://mcp.clickup.com/mcp ) via Claude.ai to manage my Priorities space, which has a custom number field called "Priority Score" (field ID bbb51a38-0e9b-40d6-b37f-96dfdf79be0f). My standard workflow is "show me the top N tasks in a list sorted by Priority Score." This is currently impractical via MCP for these reasons: clickup_filter_tasks returns task name, status, priority, assignees, tags, and due_date — but NOT custom_fields. Even when I scope to a single list (901614537027) with subtasks=false, the response strips the custom field data. clickup_search has the same limitation — custom_fields not in the response payload. The only MCP tool that returns custom_fields is clickup_get_task, which is one task per call. For a list of 50 tasks, sorting by a custom field requires 50 sequential get_task calls — minutes of latency, very heavy on tokens, and a poor experience for the end user. The underlying ClickUp REST API (GET /api/v2/list/{list_id}/task) supports include_closed and subtasks parameters and DOES return custom_fields in the response. The MCP wrapper appears to be stripping or not passing through this field. Requested fixes (any one would solve it): A. Add an include_custom_fields=true parameter to clickup_filter_tasks (and clickup_search) that returns the full custom_fields array per task, matching the REST API behavior. B. Add a server-side sort_by_custom_field parameter to clickup_filter_tasks so users can request "top N tasks in list X sorted by custom field Y descending" in a single call. C. Add a new tool clickup_list_tasks_with_fields (or rename one of the existing) that wraps GET /list/{list_id}/task with the full payload returned, including custom_fields. Option A is the smallest change and unblocks every "sort by custom field" workflow without breaking existing callers. For context: my Priorities space has Active (3 tasks max), This Week (~50 tasks), and Someday (~80 tasks) all using this same Priority Score custom field. Every Monday I need to sort each list by Priority Score to drive promotions/demotions. Right now I either screenshot the ClickUp UI sort or burn 100+ get_task calls. Both are workarounds, neither is acceptable for an automated workflow. Happy to test any beta or pre-release fix. Thanks, Todd Welch
0
·
My Tasks
Load More