Index: arms/html/jiraConnection/content-container.html
===================================================================
diff -u -re573883508df95fc7510119c002068ca64cbd897 -r7dad284d38705ffd7745cb3c15226c2521679401
--- arms/html/jiraConnection/content-container.html	(.../content-container.html)	(revision e573883508df95fc7510119c002068ca64cbd897)
+++ arms/html/jiraConnection/content-container.html	(.../content-container.html)	(revision 7dad284d38705ffd7745cb3c15226c2521679401)
@@ -828,16 +828,9 @@
                                     </label>
                                     "을(를) 삭제 하시겠습니까?
                                 </p>
-                                <p><strong>Jira 프로젝트에서 버전은 삭제되지 않습니다.</strong></p>
                                 <p>
-                                    <strong>( 주의하세요 ) A-RMS 의 버전 하위 요구사항은 삭제됩니다.</strong>
+                                    <strong>( 주의하세요 ) A-RMS 의 지라 서버와 관련 항목들도(지라 프로젝트, 이슈유형,이슈상태,이슈우선순위,이슈해결책) 삭제됩니다.</strong>
                                 </p>
-                                <p>
-                                    <strong>( 주의하세요 ) 삭제된 요구사항과 연결되 Jira 이슈는 유지됩니다.</strong>
-                                </p>
-                                <p>
-                                    <strong>( 주의하세요 ) 삭제된 요구사항은 통계에 반영되지 않습니다.</strong>
-                                </p>
                                 <div>
                                     <button id="del_version"
                                             class="btn btn-danger hidden">
Index: arms/js/jiraConnection.js
===================================================================
diff -u -r9b9af5c90ca901230a18ce8a5fc12ba4039efbd2 -r7dad284d38705ffd7745cb3c15226c2521679401
--- arms/js/jiraConnection.js	(.../jiraConnection.js)	(revision 9b9af5c90ca901230a18ce8a5fc12ba4039efbd2)
+++ arms/js/jiraConnection.js	(.../jiraConnection.js)	(revision 7dad284d38705ffd7745cb3c15226c2521679401)
@@ -499,10 +499,7 @@
 
             var appendHtml = rowNameClass+">input";
             if (rowIsDefault ==="true") {
-                //console.log("rowIsDefault is true");
                 $(appendHtml).prop("checked", "true");
-            } else {
-                //console.log("rowIsDefault is not true");
             }
         });
 
@@ -725,7 +722,7 @@
 // 지라 서버 삭제 버튼
 ////////////////////////////////
 function delete_btn_click() { // TreeAbstractController 에 이미 있음.
-    console.log("삭제 버튼 활성화 또는 삭제 대상 없음");
+    console.log("삭제 버튼 활성화");
 
         $("#delete_jira_server").click(function () {
             console.log("selectId = " + selectId);
@@ -765,8 +762,8 @@
 
             $(".body-middle").hide();
 
-            if (isEmpty(selectId)) {
-                jError("선택된 제품(서비스)가 없습니다. 오류는 무시됩니다.");
+            if (isEmpty(selectServerId)) {
+                jError("선택된 지라 서버가 없습니다. 오류는 무시됩니다.");
             }
         } else if (target === "#report") { // 편집하기
             $("#jira_default_update_div").addClass("hidden");
@@ -782,7 +779,11 @@
             $("#jira_server_delete_div").addClass("hidden");
             $("#jira_project_renew_div").removeClass("hidden");
 
+            if (isEmpty(selectServerId)) {
+                jError("선택된 지라 서버가 없습니다. 지라 서버를 선택해주세요. 오류는 무시됩니다.");
+            }
             project_dataTableLoad(selectServerId);
+
         } else if(target ==="#stats") { // 상세보기, 처음화면
             $("#jira_default_update_div").addClass("hidden");
             $("#jira_server_details_popup_div").removeClass("hidden");