src/main/java/kr/wisestone/owl/constant/MsgConstants.java
@@ -239,4 +239,5 @@ public static final String API_USER_ERROR = "API_USER_ERROR"; // api 사용자 오류 public static final String API_OVERLAP_ERROR = "API_OVERLAP_ERROR"; // API 중복된 상위 이슈가 여러개일 경우 public static final String API_ISSUE_NOT_EXIST = "API_ISSUE_NOT_EXIST"; // 수정할 이슈를 찾을수 없습니다. public static final String API_COMPLETE_ISSUE_STATUS_NOT_EXIST = "API_COMPLETE_ISSUE_STATUS_NOT_EXIST"; // 자동 종료 처리할 상태가 설정되지 않았습니다. }