Skip to content

Add ability to filter by releases on Boards through GraphQL

Need to add the token to GraphQL filtered search. This is currently available for Boards with the following query:

fragment ReleaseFilters on BoardList{
  issues(filters: { releaseTag: "release" }){
    nodes
  }
}

Feature Flag

We're working on refactoring filtered search on boards to use GraphQL. This issue is part of that work, and is behind the :issue_boards_filtered_search feature flag.

Edited by Donald Cook