Hello Admin,
Currently using Jira Cloud Product, I want to extract all custom fields with associated screen issue so I can evaluate all customs fields that are frequently use in our project.
Seems like Jira Cloud has no settings for this, could help me if there is any other way how to extract those custom fields.
Hello,
Welcome to the community :)
Please find details below
To get information about a custom field and the screens it is associated with in Jira, you can use the following Jira REST API endpoint:
1. First, you may want to list all custom fields to find the field ID:
GET /rest/api/3/field More details here : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields/
2. Get the screens associated with the custom field
GET /rest/api/3/field/customfield_10000/screens
The custom field is id 10000 is from the first step
More details here : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens/#api-rest-api-3-field-fieldid-screens-get
GET https://your-domain.atlassian.net/rest/api/3/field/customfield_10000/screens
In case you want to Export all custom field with it's ID for Jira please check this article :
https://support.atlassian.com/jira/kb/how-to-export-all-custom-field-with-its-id-for-jira/
Thank You,
Prachi
@joanna_natial Good evening. I have a utility that helps. This Excel Spreadsheet pulls back all your custom fields.
Anyone interested may download and use either extract.
FYI: many parts of the Altassian configuration (like screens) are tied to Projects using SCHEMES. So its not quite as simple sometimes as saying "this screen has this field". I will explain more later. In the diagram below you can see that projects have Issue Type Screen Schemes. (the square box - IT represents an Issue Type key)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note -- anyone who reads my response is welcome to go to my website and download the Utilities. They are free this week; Next week I'll have multiple utilities zipped and sold as an "Admin utilities" Bundle. Pricing to be determined. But since it is NOT a plugin, there will be no "Per User" license costs.
https://splitdimedata.com/extracts
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @joanna_natial
Welcome to the Atlassian community.
You might find this discussion useful.
Are you open to considering a third party app? If so you might find this one helpful.
https://marketplace.atlassian.com/apps/1217194/optimizer-for-jira?hosting=cloud&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill good evening ... I glanced at your plugin (the marketplace detail) and I like the range of features. Pricing also seems very reasonable.
If I get a chance I will try to get a copy to do some testing later today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.