Issue custom field contexts
Get project mappings for custom field context
Returns a paginated list of context to project mappings for a custom field. The result can be filtered by contextId. Otherwise, all mappings are returned. Invalid IDs are ignored.
Permissions required: Administer Jira global permission.
get/rest/api/2/field/{fieldId}/context/projectmapping
Path parameters
fieldIdstring required
The ID of the custom field, for example customfield\_10000.
Query parameters
contextIdinteger[]
The list of context IDs. To include multiple context, separate IDs with ampersand: contextId=10000&contextId=10001.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
Response
Returned if the request is successful.