Hello,
We use the API V2 to create subitems and then retrieve those items with the following query
query {
boards(ids: my_board_id) {
items(ids: my_item_id) {
column_values(ids: "subitems") {
value
}
}
}
}
For some items the API doesn’t return all the subitems that we can see in the user interface.
Anyone had this problem before?