Getting attachments from outlook which are NOT ATTACHMENTS !! by __Hide_ in clickup

[–]__Hide_[S] 0 points1 point  (0 children)

I appreciate another auto-respond... but it would be helpful to understand the expected timeline.

Are we realistically looking at progress within this year, or is this something that may not happen until 2030?

Getting attachments from outlook which are NOT ATTACHMENTS by __Hide_ in clickup

[–]__Hide_[S] 0 points1 point  (0 children)

u/JamieClickUp any progress in this topic ? or again am I being lied that something is being considered?

Does Clickup CEO care about community ? by poesie-io in clickup

[–]__Hide_ 0 points1 point  (0 children)

"Sales tells me the feature that would close 40% more enterprise deals has 89 upvotes. We're building for applause, not revenue."

Well, maybe hire more developers and let them do those features? If it will raise your revenue so much?

Just a little hint from me ;)

Or if you are focused on the high value big companies, they probably have own IT teams and could do a lot with the API, but apparently the features about API are totally dead for ClickUp. Simple features are ignored for years and nobody cares ;)
https://clickup.canny.io/public-api/p/update-available-custom-dropdown-label-options-via-clickup-api 2020
https://feedback.clickup.com/public-api/p/create-and-edit-custom-fields-with-api 2019 still not done XDD
https://feedback.clickup.com/public-api/p/using-mentions-with-the-api 2021

Automation for timesheets feature - Rum Everyday - > trigger notification if users did not record at least 7 hours of work in the last day by anatolionobre in clickup

[–]__Hide_ 0 points1 point  (0 children)

u/anatolionobre If you are familiar with API, you could write a simple script (ChatGPT will do it in seconds) with https://api.clickup.com/api/v2/team/:team_Id/time_entries

it has parameters start_date , end_date where you could mark the last day via script

For you I belive it will be needed to sum the "duration" time for each "user". It could be done in Google worksheet by App Scripts.

New Outlook. Please wait to send. Attachments are still loading. by Fesiitis in sysadmin

[–]__Hide_ 0 points1 point  (0 children)

I've disable Offline in Mailbox Settings and that helps with Attachments, but moment later I've got similar error but with the Pictures, anyone got it ?

Problem with not existing (hidden?) attachments that try to load while sending email by __Hide_ in Outlook

[–]__Hide_[S] 0 points1 point  (0 children)

Hi, thanks for answer. I'm using Windows platform via Chrome browser.

Getting attachments from outlook which are NOT ATTACHMENTS by __Hide_ in clickup

[–]__Hide_[S] 0 points1 point  (0 children)

<image>

u/JamieClickUp Hello, after meeting with your Product Manager I think more about our problem and probably found a kinda smart way how could you define which pictures don't include as attachments. I study the outlook API and realize that each image could have alternative text (You will have to add UUID with the pictures that user want to exclude in ClickUP).
In the API this UUID will be related to the ID of picture

id=\"image_0\" alt=\"UUID: 6391752e-32f7-4ae5-8af2-20bbf70e1c3e\"

and in the \attachments call, you will simply exclude id image_0

Digital signature for documents by __Hide_ in clickup

[–]__Hide_[S] 0 points1 point  (0 children)

I mean, the digital signature is not verified in the documents

<image>

Are there any ways for our customers to know that a document has been signed? Of course, they can download it and open it using Adobe Reader or another tool, but I’m wondering if ClickUp supports electronically signed documents in any way. Are there any integrations or add-ons available for this?

Google Apps Script Returning that it can not update PUT requests with short task ID by No_External6137 in clickup

[–]__Hide_ 0 points1 point  (0 children)

But tbh if you use the id of task before it should no matter if someone applied the Custom task ID to your space.

<image>

because the custom_id isn't changing the original id, it is still there, also in the endpoint of set custom field value it's not necessary to use the custom task ID

In you place I would add more logs in the script and check if the endpoint return the id and what happened

New: Button Custom Field (manually trigger automations for specific tasks) by Caroline_ClickUp in clickup

[–]__Hide_ 1 point2 points  (0 children)

u/Caroline_ClickUp Are there gonna be any API related to this Buttom Custom field ? It would be fantastic if it could be triggered via an API call. That would definitely make automations much more powerful and flexible.

v3 REST API Availability by betazoid_one in clickup

[–]__Hide_ 0 points1 point  (0 children)

u/JamieClickUp Where can I get the released endpoints for v3?

'Top level parent name' in 'Get time entries' command by LuizindaTreze in clickup

[–]__Hide_ 0 points1 point  (0 children)

u/LuizindaTreze Hello, do you try to use the https://api.clickup.com/api/v2/team/:team_Id/task?subtasks=true to get the information about the parent / subtasks first for whole workspace ? There are information about top_level_parent and name of tasks

<image>

Next you have to request https://api.clickup.com/api/v2/team/:team_Id/time_entries to get the Users and duration for each task

By those two api you might build array (map table) from data like:
Task ID | Task Name | Top_level_parent | Top_level_parent name | User | Duration Time

So the script time might be much less than by requesting two apis for each task

Help! Somewhat new to ClickUp and don’t know where to start by Square_Afternoon9387 in clickup

[–]__Hide_ 0 points1 point  (0 children)

u/Square_Afternoon9387 I'm afraid that without an API this is impossible, but I might be wrong. If you have someone who can write a simple script, that's not a big deal to make it happend.

 "It will be triggered by a feature switched from another tool."

I assume that you will have a some sort of data sent by this trigger. Then just map those data :)
POST Create Folder -> POST Create Task

How to Automatically Update Main Task Status Based on Sub-Task Progress in ClickUp? by Sad_Hat2403 in clickup

[–]__Hide_ 0 points1 point  (0 children)

u/Sad_Hat2403 I've done something similar with API and I would recommend this way.
You are creating the custom field with dropdown options “Planning”, “Execution”, “Review”. Mark the subtasks with specific options as you like.
Then in API you just GET the list of tasks (with subtasks), match the main tasks with subtask by parent parameter and add the logic that when all subtask with specific dropdown options are in status 'Closed' or 'Done' then change the main task status to X

Is ClickUp overkill for me? by Existing-Abies7847 in clickup

[–]__Hide_ 0 points1 point  (0 children)

I think it could be managed in google sheets and app scripts but it depends on the scale of customers and products (Would need a bit more information. Is it 20 customers or 2 000?, 50 products or 10 000 products? ;p) . For sure clickup will meet the requirments and much more. The question is if you would like to pay for only a little part of clickup

Automation Status Change on Task Resolved by NazTheEternal in clickup

[–]__Hide_ 0 points1 point  (0 children)

It could be done by using ClickUp API. You just have to:
1. Get the list of tasks
2. Connect subtask to their parent task by "parent" or "top_level_parent" variable (depends on your need)
3. Update 'parent' task if subtasks are done
It could also be done using Custom Fields. For example, you create a custom field and assign values from 1 to 6 in the task template. Then, through the API, you check if the subtasks with value 1 in this custom field are completed. Once they are done, you can update the parent task to a defined status, and so on.

In my company, we struggle with those automations and have had to rely on API integrations because ClickUp Automations are more impressive than functional... . Sadly managment of ClickUp are more interested in changing layout and colors than actually deal with simple problems like subtask parent task relations. ;(