Quick summary
Finding a custom field ID in Jira requires navigating through Jira Settings to the Fields section, where the ID is revealed in the browser's address bar. This five-step process works for any Jira custom field and is essential for API integrations, automation rules, and advanced configurations.
Steps
- In your Jira space, head to the top-right corner and click the Settings button.
- Select Work Items from the list of options in the Settings menu.
- In the left-hand panel, click Fields under the Field section.
- Browse the fields list, then find and select the specific custom field you want to check.
- Go to the address bar of your browser and find the string fieldId, which precedes the ID of the selected custom field in your Jira space.
