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
Stephen Wright _Elabor8_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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