Skip to main content

Hi, Could you please help us to find a correct way how to implement the following functionalities via Monday API?



  • We need to change parent item of sub-item in same board. Sub-items API doesn’t contain update API method, what is the correct way to do that?

  • Change body of “updates” entity by update id. Updates API doesn’t contain update API method as well


I am from Playtika and we buy monday subscription. Can you help or if I can’t do this, you can extend your API to full clone or move subitem to another parent with all setted columns and updates, because you have this ability on you UI.


Ciao Matias,

I’d like that if the subitem’s status changes, the subitem moves in another board, in a new group, maybe becoming an item.


Hello again @StefJ,


Moving subitems to a different board is not supported.


You would need to use our API (as explained here) to get the data from the subitem and then create an item using that data and (if needed) delete the subitem.


Reply