added
New create item dialog SDK method
May 13th, 2024
We recently added the openCreateItemDialog
SDK method that opens a modal from which you can create a new item. It accepts both the optional boardId
and boardIds
parameters to specify where to create the item. If omitted, the item will be created on the current board (using the context). You can read more about this method here!
monday.execute("openCreateItemDialog", {boardId:1234567890});