Index: arms/html/detail_dashboard/content-container.html =================================================================== diff -u -r6032c05bbc38700e01fd2de175b09f4e7906a635 -rc29a5ac6b7e9f20dfb1833fd9003cb7e7f4b2e5e --- arms/html/detail_dashboard/content-container.html (.../content-container.html) (revision 6032c05bbc38700e01fd2de175b09f4e7906a635) +++ arms/html/detail_dashboard/content-container.html (.../content-container.html) (revision c29a5ac6b7e9f20dfb1833fd9003cb7e7f4b2e5e) @@ -587,7 +587,7 @@ class="font13" style="font-weight: bold"> - 제품 버전 별 작업자 (Top 1) + 제품 버전 별 작업자 (Top 3) Index: arms/js/detail_dashboard.js =================================================================== diff -u -r41bb3994595556d9391e296b43b963cb3e7fd5f4 -rc29a5ac6b7e9f20dfb1833fd9003cb7e7f4b2e5e --- arms/js/detail_dashboard.js (.../detail_dashboard.js) (revision 41bb3994595556d9391e296b43b963cb3e7fd5f4) +++ arms/js/detail_dashboard.js (.../detail_dashboard.js) (revision c29a5ac6b7e9f20dfb1833fd9003cb7e7f4b2e5e) @@ -728,7 +728,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();