-
Suggestion
-
Resolution: Unresolved
-
668
-
100
-
Hi everyone,
This is a periodical update on this suggestion. As always, we thank you for raising and voting on this suggestion.
We are currently working on improving how custom fields are configured in Jira and this suggestion is one of the considerations for the final scope. I will provide further updates periodically.
Please don't hesitate to contact me if you have any questions.
Regards,
Carol Low
clow@atlassian.com
Product Manager, Jira Cloud
As an Admin , it would be great we could export the list of custom fields available in the instance, along with their types, context , values, screens used etc.
Also, give functionality to export field used at project level
Workaround
Use the REST API's Get fields method: <your site name>.atlassian.net/rest/api/3/field
- Use the Get Fields API:
- Endpoint: GET /rest/api/3/field
- This will return a list of all fields (system and custom) available to your Jira Cloud instance.
- You can run this API call using a tool like Postman or curl.
- Save the Output (if needed):
- In Postman, after running the request, click "Save Response to file" to download the JSON output.
- is duplicated by
-
JRACLOUD-84236 As an admin, I want to Export Custom Field values so that I can administer custom fields more effectively.
- Closed
- is related to
-
JRACLOUD-83862 Feature to Export Parts of Jira in Lists
- Closed
-
JRACLOUD-84752 Provide endpoint to return Fields per project
- Closed
- relates to
-
JRACLOUD-83641 Offer more exporting features and data visualization in Jira Cloud
- Gathering Interest