$customHeader
Skip to end of banner
Go to start of banner

admAppendProjectToCustomFieldConfigurationScheme

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

  • No labels