How to Find a Custom Field ID in Jira Easily 2026
By Impran M N
If you're working with Jira automation, scripts, or third-party integrations, you'll eventually need the exact ID behind a custom field. This guide covers a few reliable methods for finding that ID, from the admin settings to the REST API.
01Understand what a custom field ID is
Every custom field in Jira has an internal ID that automation, scripts, and integrations reference instead of the field's display name.
02Find the ID in Jira settings
Go to the custom fields administration page, where hovering over or clicking into a field's configuration often reveals its ID in the URL.
03Use the REST API to get the field ID
Query the Jira REST API's field endpoint, which returns a full list of fields along with their corresponding IDs.
04Use the field ID in automation
Reference the ID directly inside automation rules or scripts wherever you need to read or update that specific custom field.
Frequently asked questions
How do I find a custom field ID in Jira?
You can find it through the custom fields admin settings page, or by querying the Jira REST API's field endpoint for a full list.
Why do I need a custom field ID instead of the field name?
Automation rules, scripts, and API calls often reference fields by their internal ID rather than the display name, which can change.
Can I find a Jira field ID using browser developer tools?
Yes, inspecting the field element in your browser's developer tools can sometimes reveal the underlying field ID.
Do custom field IDs change if I rename the field?
No, the internal ID typically stays the same even if you rename the field's display label.
Watch the full walkthrough
The same steps, demonstrated on screen from start to finish.



