Hi All
I have 120 custom fields and majority of them have a global scope context. Now I want to restrict them to only the projects which use them.
Is there a definitive and an easy way of identifying which projects are using which custom fields. I can then go in make amendments (change context) and re-index just once.
Rahul
I believe best way is to get this info from the DB. You might find the query that can help you from https://confluence.atlassian.com/display/JIRACOM/Example+SQL+queries+for+JIRA
Otherwise it will give you an idea.
Thanks Kerem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would have chosen the backend approach first to investigate the customfield configuration. Though I haven't looked at it, can you have a look at the customfield and its related tables under the JIRA database. Hopefully it should give you the associated projects with that customfield.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks Naren
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.