"pagingConfig" section
Paging subconfig: configures how the paging works on few UI elements: the comment and history tabs of items
A typical example
"pagingConfig": {
"commentPagingEnabled": true,
"commentPageSize": 20,
"historyPagingEnabled": true,
"historyPageSize": 20,
"historyChangesPagingEnabled": true,
"historyChangesPageSize": 50
}
A typical example
"pagingconfig": {
"commentPageSize": 20,
"historyPageSize": 20
}
Attributes
Attributes
Description
commentPagingEnabled : true
If the paging is enabled on the comments of the Work Items
commentPageSize : 20
The number of comments to appear on a page
historyPagingEnabled : true
If the paging is enabled on the history of the Work Items
historyPageSize : 20
The number of history items on a page
Was this helpful?