/projects/{project_gid}/addCustomFieldSettingAdd a custom field to a project
Creates a custom field setting that associates a custom field with a project. Supply custom_field and optionally mark the field as important or position it relative to another setting. Use either insert_before or insert_after when controlling the setting's position, not both.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Information for associating a custom field with the project.
A 400 is returned when custom_field is missing, a value is malformed, or both insert_before and insert_after are supplied. A 401 is returned when no valid authentication token is provided, and a 403 is returned when the authenticated user lacks permission to modify the project or the required projects:write scope. A 404 indicates that the project, custom field, or referenced setting does not exist, while a 500 indicates a server-side failure.