Hi guys,
We are in the process of cleaning our db. A customfield we use is a checklist type and it fills the db with values even if the field is not shown in any screen. We restricted the context of the field to 2 projects out of 10 now. The problem is that all the values in the db are still there (it<s a very large volume as each issue have 10-15 entries each of that very same field)
How can I clear theses values ? The bulk edit route could be used but I would have to first put the projects back in context, and to that 1000 issues at a time (16k issues neds to be cleared) and I would have to repeat the same process for other fields in the same situation.
Direct DB edit is out of the question (too risky)
Is there a process in jira, scriptrunner or other to do that cleanup automatically ?
I could write a scriptrunner script to do it fairly easily but we prefer the normal route if available.
Kind regards