I’m running the following query on 2023-10, which tries and restrict the results to subitems assigned to myTeam (using the summary column on the item level)
query {
items_page_by_column_values (board_id: XXXXXXX, columns: :{column_id: "subitems_team", column_values: :"myTeam"]}]) {
cursor
items {
id
name
}
}
}
The above gives me a
Column of type lookup is not yet supported for this query
was hoping for a workaround? (even though the “not yet” is promising)