src/main/java/kr/wisestone/owl/service/impl/IssueTypeServiceImpl.java
@@ -186,6 +186,8 @@ public List<IssueTypeVo> findIssueType(Map<String, Object> resJsonData, IssueTypeCondition condition, Pageable pageable) { List<Long> downProjectIds = Lists.newArrayList(); condition.setPage(pageable.getPageNumber() * pageable.getPageSize()); condition.setPageSize(pageable.getPageSize()); condition.setWorkspaceId(this.userService.getUser(this.webAppUtil.getLoginId()).getLastWorkspaceId());