Index: arms/html/dashboard/content-container.html
===================================================================
diff -u -rdbd40a7f222c85e1da57ef6a7598bcabcf0467a1 -ra4b8c60ece4e03ca30e945a1e96d39af2deacb71
--- arms/html/dashboard/content-container.html (.../content-container.html) (revision dbd40a7f222c85e1da57ef6a7598bcabcf0467a1)
+++ arms/html/dashboard/content-container.html (.../content-container.html) (revision a4b8c60ece4e03ca30e945a1e96d39af2deacb71)
@@ -580,7 +580,7 @@
class="font13"
style="font-weight: bold">
- 제품 버전 별 작업자 (Top 1)
+ 제품 버전 별 작업자 (Top 3)
Index: arms/js/dashboard.js
===================================================================
diff -u -r49e5ab743b48f429af72036dbe6166f317338e86 -ra4b8c60ece4e03ca30e945a1e96d39af2deacb71
--- arms/js/dashboard.js (.../dashboard.js) (revision 49e5ab743b48f429af72036dbe6166f317338e86)
+++ arms/js/dashboard.js (.../dashboard.js) (revision a4b8c60ece4e03ca30e945a1e96d39af2deacb71)
@@ -762,7 +762,7 @@
.addQueryParam('메인그룹필드', "pdServiceVersions")
.addQueryParam('하위그룹필드들', "assignee.assignee_accountId.keyword,assignee.assignee_displayName.keyword")
.addQueryParam('크기', pdServiceVersionLinks.split(",").length)
- .addQueryParam('하위크기', 1)
+ .addQueryParam('하위크기', 3)
.addQueryParam("isReqType", "ISSUE")
.addQueryParam('컨텐츠보기여부', true)
.build();