Hi guys,
I am trying to get some items of my team which are overdue using the following query:
query {
items_page_by_column_values (limit: 50, board_id: 4001269428, columns: [{column_id: “timeline”, column_values: e“PAST_TIMELINE”], compare_attribute: r“START_DATE”]}, {column_id: “priority”, column_values: “Low”, “High”, “Medium”]}, {column_id: “people”, column_values: d“xxxx”,“xxxx”,“xxxx”,“Meir Peleg”,“xxxx”,“xxxx”, “xxxx”]}, {column_id: “status”, column_values: x“Waiting for xxxx”, “Working on it”, “No Started Yet”]}]) {
cursor
items {
name
creator {
}
}
}
}
What’s worng?