Skip to main content

when we trying to retrieve sub item(board id is of subitem board) we observed first subitem has parent_item id as null in this query


{


boards(ids:[1234]){

items {

id,

name,

subitems{

id

name


  }
parent_item {
id
}
}

}

}

Hi @Yash,


Thank you for bringing this to our attention, this appears to be a bug. I’ll report this to our team for a fix.


Hi @Yash,


After investigating this with my team, we can confirm this is a bug. If the issue still persists, please send an email to appsupport@monday.com so we can take a look at your account.


Thanks!


Reply