admAppendProjectToCustomFieldConfigurationScheme

Description

Appends a project to an existing Configuration Scheme of a Custom field for a given project. The given project should already have a configuration. The project key to be appended should not belong to any config for that field.

Parameters

Return Type

Boolean (true/false)

Returns 'true' if the project was added to the list of projects in the field configuration that already contains the existingProjectKey.

Example

The following line of code will add (append) project "PRJ2" to the custom field configuration for the "CF_CASCADE" field that contains the "PRJ1" project key.

admAppendProjectToCustomFieldConfigurationScheme("CF_CASCADE", "PRJ1", "PRJ2", true);

See also