
Jira API Integration Profile
Information and guides about integrating with Jira API
Add Jira Integration to Your ProductGet custom field configurations in Jira API
Returns a paginated list of configurations for a custom field created by a Forge app.
The result can be filtered by one of these criteria:
- id.
- fieldContextId.
- issueId.
- projectKeyOrIdand- issueTypeId.
Otherwise, all configurations are returned.
Permissions required: Administer Jira global permission. Jira permissions are not required for the Forge app that created the custom field.
Input schema fields
| Field Name | API Key | Type | |
|---|---|---|---|
| Path Parameters | pathParameters | object | |
| Field Id Or Key | pathParameters.fieldIdOrKey | string | |
| Query | query | object | |
| Id | query.id | array | |
| Field Context Id | query.fieldContextId | array |