0

I'm so excited to have an API, but I can't find a hook for my one requirement. Can you add a task to a board via the API? Or find tasks by column/board?

Thanks, Dan Scully

Aras
  • 1,599
  • 15
  • 25
Vicky
  • 35
  • 5

1 Answers1

2

you can Update an existing task and assign specific board using:

PUT url: /task/{OID} body: {board: {BOARD_OID}}

at the moment this function seems undocumented (I'll inform the maintainer, as well as suggest a feature to search tasks by BOARD_OID)

UPDATE 2019-10-14:

cor3000
  • 936
  • 1
  • 6
  • 16