A list of project IDs.

interface AssignProjectsToCustomFieldContext {
    contextId: number;
    fieldId: string;
    projectIds: string[];
}

Hierarchy (view full)

Properties

contextId: number

The ID of the context.

fieldId: string

The ID of the custom field.

projectIds: string[]

The IDs of projects.