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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.