We have a new documentation site. Please go here to see the latest.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Custom field ID (e.g customfield_13244) is a unique identifier of a field that can be used to update field value via Jira REST API or other way.

The simplest way to get Jira custom field ID is to:

  • Navigate to Administration >> Issues >> Custom Fields.
  • Click the cog and hover over Configure or Screens option.
  • Observe the URL at the bottom left of the browser window. Example:

    (info) The id for this custom field is customfield_10006.

It is also possible to get list of all custom fields including their IDs through Jira REST API:

curl https://Your-Jira-URL/rest/api/2/field
  • No labels