query ProjectBoardIterations($fullPath: ID!, $title: String) { project(fullPath: $fullPath) { iterations(includeAncestors: true, title: $title) { nodes { id title } } } }