Forums

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

How to find tickets that are not associated with a board?

Adam Frantzis October 3, 2019

We have deleted a number of boards as the workstreams have completed but they all had a few tickets remaining in their backlogs. These tickets are now orphaned so how do I write a query to pull them all into a single new board for prioritisation?

1 answer

0 votes
Ste Wright
Community Champion
October 3, 2019

Hi @Adam Frantzis

A simple method here would be to search for issues which are not in any other board filter - so for example:

filter not in (12345, 54321, 45231)

Each of the Filter IDs would represent one of the existing board filters. You can locate these in the URL of each filter - and likely get them in bulk via APIs. 

Ste

Suggest an answer

Log in or Sign up to answer