
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 02:46 PM
How are the tasks in a free form visual task board stored, i.e., which table?
Can I access them using REST
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 03:17 PM
They're stored on the vtb_task table. There are three tables involved:
vtb_board - The table that stores the visual task boards
vtb_cart - M2M between the boards and tasks.
vtb_task - Private task table used for tasks generated by free form boards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 03:17 PM
They're stored on the vtb_task table. There are three tables involved:
vtb_board - The table that stores the visual task boards
vtb_cart - M2M between the boards and tasks.
vtb_task - Private task table used for tasks generated by free form boards.