My organization has thousands of Jira Boards which were created over the last few years. Many of them have been used for ad-hoc or duplicate boards to test scenarios. They often have names like "Copy of Board ABC" or "Test Board ABC."
I've been asked to help identify Board Names which contain the names Copy or Test.
Is there a way to identify such Board Names using JQL? If not, is there a workaround to get these results which someone can suggest? There are likely several hundred examples of this issue so copy/pasting from the UI results page would be a large amount of work.
Hello @Jason Sacks
JQL is designed to retrieve issues, not boards, so you can't use JQL to try to identify the boards.
You could go to the Boards list and enter Copy or enter Test in the search field to find boards that contain the keyword in their name.
https://<yourBaseUrl>/jira/boards
You could use the REST API to retrieve information from boards based on a partial match of the board name.
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.