Interface BoardQueryService

All Known Implementing Classes:
BoardQueryServiceImpl

public interface BoardQueryService
Provides services for augmenting a board's query
Since:
v7.1
  • Method Details

    • getAugmentedQueryForDoneIssues

      Query getAugmentedQueryForDoneIssues(Query query)
      Augments a query to add additional clauses for filtering done issues for the purposes of display.
      Parameters:
      query - The query to augment with additional clauses for displaying the board
      Returns:
      The augmented Query
    • getBaseQueryForBoard

      ServiceOutcome<Query> getBaseQueryForBoard(ApplicationUser user, Board board)
      Returns the query originally associated with the JQL of a board, with the additional constraint of including only standard issue types.
      Parameters:
      user - The user to fetch the board query as
      board - The board to fetch the query from
      Returns:
      The Query if possible