Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

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.

...

Open the Old Issue View page (available from the "..." menu in the top right corner of the New Issue View page). 

customfield_10159 visible on the screenshot below is the ID you are looking for:

Jira

...

settings

Steps to get Jira custom field ID if you can access Jira administration section:

  • Navigate to Administration to Jira Settings >> Issues >> Custom Fields.
  • Click the cog and (three dots menu button) and hover over Configure or Screens Edit details option.
  • Observe the URL at the bottom left of the browser window. Example:

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


Image Added

REST API

The API endpoint that allows getting the list of the custom fields along with their IDs: 

...