I would like to query for Custom fields in JIRA Admin and would like list all the custom fields . How would I do that in JIRA using JQL . I have script Rumer . I need a list of custom fields and screens for Jira clean up purposes . How would I get it in JIRA ?
Good evening,
You can go through the JIRA API.
You can use different programming languages.
If you know a bit about coding, I can give you some clues
API JIRA SERVER :
<your-site>/plugins/servlet/restbrowser#/
api/2/field
api/2/screens
Hi @Garden16_
You cannot do that using JQL as JQL return issues not fields.
But you can use the rest API to query this information or do SQL query using code with Scriptrunner.
Also note that if you upgrade to Data Center there is a custom fields optimiser feature to help you to do some cleaning.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.