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.
Note: Jira is adding support for multiple field contexts per project. On sites where this is enabled, a custom field can have more than one context associated with the same project, so this operation can return several mappings that share the same projectId, each with a different contextId. Do not assume that a project appears at most once in the response. See CHANGE-3082 for more details.
Permissions required: Administer Jira global permission.
Path parameters
The ID of the custom field, for example customfield\_10000.
Query parameters
The list of context IDs. To include multiple context, separate IDs with ampersand: contextId=10000&contextId=10001.
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
Response
Returned if the request is successful.
Changes
No recorded changes to this endpoint across all 16 revisions of this API.