OptionalcontextId?: number[]The ID of the context. To include multiple contexts, provide an ampersand-separated list. For example,
contextId=10001&contextId=10002.
The ID of the custom field.
OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a paginated list of context to issue type mappings for a custom field. Mappings are returned for all contexts or a list of contexts. Mappings are ordered first by context ID and then by issue type ID.
Permissions required: Administer Jira global permission.