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

Properties

contextId?: number[]

The ID of the context. To include multiple contexts, provide an ampersand-separated list. For example, contextId=10001&contextId=10002.

fieldId: string

The ID of the custom field.

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