Hi All,
How do I get all the unused screens from Jira using a DB query?
Thanks.
The database is the worst possible way to ask this question. You would have to read all the workflows (and parse it), issue type screen schemes, and screen schemes to get a list of where they are used, and then subtract that from the list of screens.
Or, you could go to Admin -> Screens, and simply look at the list of screens - unused ones will have a delete option. You'll have to go here anyway to delete unused screens if that is the point of this question.
What problem would getting a list of unused screens help you with?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.