I’m attempting to use the API to update the status of a subitem, but I’m not having any luck.
- Is it possible to do this through the API?
- If not, is my workaround below the best way possible currently?
I’ve seen the discussion here that indicates that perhaps this wasn’t possible last year, but we’re a good few months on from that so it might have changed.
I’ve also tried to update an subitem’s status, as I would for an item, but with the board_id as the parent item’s id and the item_id as the sub item id. I was not successful with this.
My current thinking of a work around is horrible, but as follows:
- Query the board to get all of the fields of the subitems.
- Delete the subitem.
- Create a new subitem with all of the same data, but an updated status.
Thank you for any help and input!