v4

latestOpenAPI 3.0.1Apache 2.02026-08-016079122.3 MB
Issue fields

Get fields for projects

Returns a paginated list of fields for the requested projects and work types.

Only fields that are available for the specified combination of projects and work types are returned. This endpoint allows filtering to specific fields if field IDs are provided.

Permissions required: Permission to access Jira.

get/rest/api/2/projects/fields

Query parameters

startAtinteger

The index of the first item to return in a page of results (page offset).

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.

The maximum number of items to return per page.

projectIdinteger[] required

The IDs of projects to return fields for.

The IDs of projects to return fields for.

[
  10000,
  10001
]
workTypeIdinteger[] required

The IDs of work types (issue types) to return fields for.

The IDs of work types (issue types) to return fields for.

[
  10000,
  10001
]
fieldIdstring[]

The IDs of fields to return. If not provided, all fields are returned.

The IDs of fields to return. If not provided, all fields are returned.

[
  "summary",
  "description"
]

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.