Hi Everyone,
i want to see which custom fileds has been used with in a project either by issue type or project wise?
We dont use rest api's and i dont have an access for database too let me know if its possible by any plugin or groovy script
Thanks for the help
You can do this with Scriptrunner, but you'll have to write your own script to do it all. You will need to replicate the process of looking through all the admin screens.
The pseudo-code would be:
I wouldn't bother with any of that. It's quicker to take a quick run through the admin screens manually, you'll quickly get a feel for it.
Also, a far more useful question is actually "how are fields being used (if at all)", and that's far easier to answer.
Manually, you do this:
That is also a lot easier to do in a script
Please. follow these steps:
If I helped you, please, mark this answer as accepted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, that's missing the other two things that determine if a field is "in a project"
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.