S
System
@Zeb, Hello, I am trying to update a Task Custom Field. However, following your documentation, a POST to the endpoint does not work. I am trying to update a Location Type Custom Field.
body:
{
value: {
"location":{"lat":number,"lng":number},
"place_id":"random string",
"formatted_address":"address, state, USA"
}
}
From Insomnia:
"Error: Server returned nothing (no headers, no data)"
I have also tried a PUT to update the task including "custom_fields". None of those work.
Can you please advise? Is this a bug?
I am using this documentation:
(Set Custom Field Value)
(Update Task)
Apparently, this cannot be done with the current REST API.
Mihlali Gans
how do you remove/delete a custom field from specific list only (so it won't affect one places it's used?
C
Chris Donalds
Mihlali Gans: This option is there but not always available. If you click on "edit" rather than "delete" you can choose where the custom field is attached. Unfortunately, this feature is not always available.
L
Linda Emode
set a custom field as required for a status
Gilmar Padua
No hide option like in the previous version. No delete custom field in specific space or location. When you delete custom field it will be deleted to another location
Bruce Cannon
Gilmar Padua: can hide a custom field column in list view if you click on the custom field column name.
Also remove individual (not delete everywhere) still exists, it's just now very difficult to find!
Instead of using Delete, use Edit Field. Then find the tiny label "this field used in X places" then click on that.
C
Chris Donalds
Bruce Cannon: That option is only available sometimes. Most times, this option is not shown. I wish the option of choosing where a custom field is associated should be universally accessible.
L
Linda Emode
incomplete warning on custom fields if custom field is made mandatory
Agris Locs-Dārznieks
How about the FORMULA Field?
Zeb
Agris Locs-Dārznieks: Planned for later this year https://clickup.canny.io/admin/board/feature-requests/p/formula-custom-field
Kirk Mullis
what all is included in this update to custom fields. i'm not seeing anything in the change log.
Albert Matevosov
Zeb: Why COMPLETE??? How can I get value of custom fields for some tasks? I can get only list of Accessible Custom Fields without their values((
Albert Matevosov
Why COMPLETE??? How can I get value of custom fields for some tasks? I can get only list of Accessible Custom Fields without their values((
Zeb
marked this post as
completed
Zeb
Sorry can you explain? Do you mean with the API?
Rebecca
Zeb: I have this question as well, when querying tasks in the API, custom fields with checkboxes don't have a "value" attribute. Is there any way to get the checkbox state?
Waleed Elaghil
Hey Rebecca! Checkbox custom field in the API is a boolean, so the value is true or false. If you're facing issues, I would recommend you shoot us an email at help@clickup.com and we will assist you 🙂
Load More
→