From 0135f2f596b137b58e09c7ba143f5c6affe96d51 Mon Sep 17 00:00:00 2001
From: David Abram Cargill <cargilld@apache.org>
Date: Fri, 16 Apr 2004 13:51:03 +0000
Subject: [PATCH] Change Bugzilla to Jira in the documentation to reflect the
 new bug database.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175879 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/bug-report.xml    | 19 ++++++-------------
 doc/build-misc.xml    |  2 +-
 doc/releases_plan.xml |  2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/doc/bug-report.xml b/doc/bug-report.xml
index 8a97bfbcd..6205b5a84 100644
--- a/doc/bug-report.xml
+++ b/doc/bug-report.xml
@@ -4,8 +4,8 @@
 <s1 title="Bug Reporting">
 
     <s2 title="How to report bugs">
-        <p> Please report bugs to <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump>,
-	     the Apache bug database.  Pick the product "Xerces-C++: Apache XML parsers in C++"
+        <p> Please report bugs to <jump href="http://nagoya.apache.org/jira">Jira</jump>,
+	     the Apache bug database.  Pick the product "Xerces-C++"
             using the following components:
         </p>
         <table>
@@ -27,20 +27,15 @@
     </s2>
 			
     <s2 title="Search first">
-        <p> Check the <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump> database
+        <p> Check the <jump href="http://nagoya.apache.org/jira">Jira</jump> database
             before submitting your bug report to avoid creating a duplicate report.
             Even the bug has been reported already, you may add a comment to the existing report
             since your contribution may lead to a quicker identification/resolution to the bug reported.
         </p>
         <p> Here is the list of
             <jump href=
-            "http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Xerces-C%2B%2B&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_id">
-            outstanding bugs</jump>  that are currently reported in Bugzilla.
-        </p>
-        <p> Here is the list of
-            <jump href=
-            "http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Xerces-C%2B%2B&amp;short_desc=&amp;short_desc_type=substring&amp;long_desc=&amp;long_desc_type=substring&amp;bug_file_loc=&amp;bug_file_loc_type=substring&amp;keywords=PatchAvailable&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;newqueryname=&amp;order=bugs.bug_id">
-            outstanding patch</jump>.
+            "http://nagoya.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=10510&amp;statusIds=1">
+            outstanding bugs</jump>  that are currently reported in Jira.
         </p>
     </s2>
 
@@ -63,8 +58,6 @@
             are all necessary information to allow developer to reproduce,
             identify, evaluate and eventually, fix the bug, which is the very
             purpose of your reporting of the bug.
-        </p>
-        <p> And please use the Keyword <code>"PatchAvailable"</code> if a patch is attached
-        </p>
+        </p>        
     </s2>
 </s1>
diff --git a/doc/build-misc.xml b/doc/build-misc.xml
index 5fc361f66..4750323f4 100644
--- a/doc/build-misc.xml
+++ b/doc/build-misc.xml
@@ -310,7 +310,7 @@ rpmbuild -ta &XercesCSrcInstallDir;.tar.gz (rpm 4.1 and later; ships with RedHat
         solved this same problem before you, by checking the Apache XML
         mailing list archives at <jump href="http://marc.theaimsgroup.com/?l=xerces-c-dev">
         http://marc.theaimsgroup.com/?l=xerces-c-dev</jump> and the
-		<jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump>
+		<jump href="http://nagoya.apache.org/jira">Jira</jump>
 		Apache bug database.</p>
     </s2>
 
diff --git a/doc/releases_plan.xml b/doc/releases_plan.xml
index 4821c5b00..522c26dd8 100644
--- a/doc/releases_plan.xml
+++ b/doc/releases_plan.xml
@@ -9,7 +9,7 @@
 <s3 title="Next Target Release"><p>&XercesCName; 2.6.0 - plan to be released in the 4th quarter of 2004.</p></s3>
 <s3 title="&XercesCName; Features list">
 <p> The following table lists the TODO items for &XercesCName; 2.6.0.  It does not include fixing
-bugs that are opened in Bugzilla; unless such Bugzilla bug involves a major development
+bugs that are opened in Jira; unless such Jira bug involves a major development
 effort and requires an architectural redesign, or is an enhancement suggestion.</p>
 
 <table>
-- 
GitLab