The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get unused screens from Jira

Preethy Sekar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 6, 2022

Hi All,

 

How do I get all the unused screens from Jira using a DB query?

 

Thanks.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 6, 2022

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?