Visual Task Board (VTB) - Changing Max Card Limit (glide.vtb.board_max) not workingIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size: 14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Having followed the Configure the card limit for flexible and guided boards documentation to increase the number of displayed cards within a Visual Task Board, it was found that the “This board has exceeded the card limit. Your 1000 cards have been trimmed by Last Updated. The most recent 1000 are on the board.” message was still being displayed in the UI. Release This behavior has been tested to be seen in both the London and Madrid releases. There is no reason, though, as to why it shouldn’t also be present in all other applicable releases. Cause When the ‘glide.vtb.board_max’ System Property is set to a greater value than the default 1000 this will be applied to all newly created boards. For existing boards, however, the value will be determined by the ‘Card limit’ field set against the corresponding ‘vtb_board’ table records. Resolution You need to set the ‘Card limit’ field on the ‘vtb_board’ table to the value you have set ‘glide.vtb.board_max’ to for all Visual Task Boards that you wish for it to be applicable. Additional Information The documentation for setting the ‘glide.vtb.board_max’ System Property does not clearly explain this additional requirement, causing confusion when setting it. It has been requested that it be updated to reflect this.