We are planning to clean up the Jira.
In the process, we need to get the list of all Duplicate custom fields ( which should include the same name as System fields, the same name as other custom fields but different types and custom fields with zero issues - never used from creation also)
How to get this info into CSV file, can you guys please help me with this..?
Hello @SOHAIL SHAIK
Welcome to the Atlassian community.
This article tells how to get a list of all fields using the REST API.
hi @Trudy Claspill ,
We have a total of 1700 fields, to reduce the manual work I was planning to fetch the data with a few conditions to reduce some work.
The conditions are:- list of all Duplicate custom fields ( which should include the same name as System fields, the same name as other custom fields but different types and custom fields with zero issues - never used from creation.
I believe we can accomplish our goal using the script runner, but regrettably, I lack knowledge of Groovy. Therefore, I am seeking help and support here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @SOHAIL SHAIK ,
Welcome to the Atlassian Community!!
If you have Configuration Manager Plugin then you can easily export the fields into CSV and then you can filter out the duplicates.
Else, You have to manually copy and paste the fields into Excel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have never used the CMJ plugin can you please guide me with the path...
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.