v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
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.

isLastboolean

Whether this is the last page.

maxResultsinteger

The maximum number of items that could be returned.

nextPagestring uri

If there is another page of results, the URL of the next page.

selfstring uri

The URL of the page.

startAtinteger

The index of the first item returned.

totalinteger

The number of items returned.