GET /rest/api/2/projects/fields
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.
Servers
- https://your-domain.atlassian.net
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
projectId[] |
Array | Yes |
The IDs of projects to return fields for. |
fieldId[] |
Array | No |
The IDs of fields to return. If not provided, all fields are returned. |
startAt |
Integer | No |
The index of the first item to return in a page of results (page offset). Default value: 0 |
maxResults |
Integer | No |
The maximum number of items to return per page. Default value: 50 |
workTypeId[] |
Array | Yes |
The IDs of work types (issue types) to return fields for. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.