Hi there!
Is there any way of renaming a custom field from a team managed project programmatically using api endpoints?
We are trying to use:
which works for global custom fields but not for fields created on a Team managed project.
Thank You
Team Managed Projects do not support the same level of programmatic customisation via the REST API as Company Managed Projects. As far as I know, Custom fields created within TMP are scoped only to those projects, and their management is handled differently. The endpoint you’re using (/rest/api/3/field/{fieldId}
) is specifically for global custom fields, which are not the same as custom fields in team-managed projects. Please take it with a pinch of salt, as I am unsure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.