How to get all configured Jira fields via REST call
The easiest way to get all configured fields available in Jira is by requesting a REST call in a browser.
Steps:
Open your Jira in a web browser (Firefox, Chrome, etc.)
Log in
Open a new browser tab
In the new tab enter the URL https://<cloud_instance_name>.atlassian.net/rest/api/3/field (Do not forget to replace the <cloud_instance_name> with the name of your Jira instance)
After clicking Enter, you should see the following screen:
Right click in the browser search field and choose Save Page As / Save As to store the data as a JSON file on your computer.