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.
Query parameters
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).
The maximum number of items to return per page.
The maximum number of items to return per page.
The IDs of projects to return fields for.
The IDs of projects to return fields for.
[ 10000, 10001 ]
The IDs of work types (issue types) to return fields for.
The IDs of work types (issue types) to return fields for.
[ 10000, 10001 ]
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.