Which table is the Visual Task Board stored in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 10:16 PM - edited 12-10-2024 10:45 PM
It seems that the part marked with yellow line gets the short_description of the task and is saved. I want to change the yellow part to another field when the task is created.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 10:22 PM
Hi @BoHyun Jung ,
The main table is:
- vtb_board
Supporting tables are:
- vtb_board_label
- vtb_board_member
- vtb_card
- vtb_card_history
- vtb_lane
- vtb_task (Private task)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2024 10:37 PM
Hi @Community Alums ,
I can't check what I want on these tables. Have you checked what my question is?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:57 AM
Hi @BoHyun Jung ,
Visual Task Board stores in vtb_board table
Yes it is short description of task, and you can not change the field from short description to any other field
Reference -
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 04:53 AM
Hi @BoHyun Jung,
The title of task cards is always the short_description field. This is from a hard coded angular file (vtb_card) and can't be changed.
Refer: https://www.servicenow.com/community/now-platform-forum/how-to-configure-visual-task-board/m-p/12568...
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks!