The project and issue type mappings.

interface GetCustomFieldContextsForProjectsAndIssueTypes {
    fieldId: string;
    mappings: Version2.Version2Models.ProjectIssueTypeMapping[];
    maxResults?: number;
    startAt?: number;
}

Hierarchy (view full)

Properties

fieldId: string

The ID of the custom field.

The project and issue type mappings.

maxResults?: number

The maximum number of items to return per page.

startAt?: number

The index of the first item to return in a page of results (page offset).