Skip to main content
Skip table of contents

Find Custom Field ID

The Custom field ID (e.g customfield_13244) is a unique identifier for a field that can be used in automation rules or to update field value via Jira REST API.

There are a few ways to find the custom field ID:

Jira Settings

To find the ID of the custom field:

  1. Log in as a Jira Administrator.

  2. Go to Jira Settings > Issues > Custom fields.

  3. Search for the indicated custom field.

  4. Click the More menu () and select Edit Details.

  5. Copy the URL of the page. The URL will end with the ID number of the custom field.


Custom fields can be duplicated by some errors or rare scenarios. If you are experiencing issues with accessing custom fields, make sure you are referencing the custom field that is currently used by Issue Checklist.

REST API

There is also an API endpoint that allows getting the list of the custom fields along with their IDs: 

CODE
curl https://Your-Jira-URL/rest/api/2/field

Reference: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields/#api-rest-api-3-field-get 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.