"pagingConfig"
Configures how the paging works on the UI elements of the comment and history tabs.
Example
"pagingConfig": {
"commentPagingEnabled": true,
"commentPageSize": 20,
"historyPagingEnabled": true,
"historyPageSize": 20,
"historyChangesPagingEnabled": true,
"historyChangesPageSize": 50
},
Properties
Property Name
Description
Default Value
"commentPagingEnabled"
When set to true, paging is enabled on the comments of Work Items.
When set to false, paging is disabled on the comments of Work Items.
true
"commentPageSize"
Sets the number of comments to appear on a page.
20
"historyPagingEnabled"
When set to true, paging is enabled on the history of Work Items.
When set to false, paging is disabled on the history of Work Items.
true
"historyPageSize"
Sets the number of history items on a page.
20
Was this helpful?