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
}
}
}
}
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
}
}
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.