Hi everybody,
I want to query all unused screens of my JIRA instance with SQL.
I have already queried all screens, which are not assigned to any screen scheme. But the result also includes transition screens. Now, I want to query all screens, which are used as a transition screen. But I can´t find any connection to transition screens in the database (model).
How could a query to find transition screens looks like or rather where are the respective connections?
Thank you in advance for your support.
Best regards,
Dennis
There is no direct link between workflow transitions and screen ids. However, in the 'JIRAWORKFLOWS' table the XML for the workflow is stored in the column 'Descriptor'. This XML will contain the screen information (look for "jira.fieldscreen.id").
Hi Dennis,
you simply can use the Groovy scripts provided by Atlassian in this page:
https://confluence.atlassian.com/clean/advanced-cleanup-1018789335.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexey,
thanks for your answer. Looks like an very interesting plugin. Nonetheless, is there any possibility to query the transition screens from the database?
Best regards,
Dennis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can use the Cleaner for Jira plugin:
https://remote.automation-consultants.com/knowledge/display/CFJS/Deleting+Unused+Configuration+Items
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.