interface GetProjectContextMapping {
    contextId?: number[];
    fieldId: string;
    maxResults?: number;
    startAt?: number;
}

Properties

contextId?: number[]

The list of context IDs. To include multiple context, separate IDs with ampersand: contextId=10000&contextId=10001.

fieldId: string

The ID of the custom field, for example customfield\_10000.

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).