Author: tobrien Date: Sat Jul 21 09:40:50 2007 New Revision: 558343 URL: http://svn.apache.org/viewvc?view=rev&rev=558343 Log: updated issue tracker documentation to point to JIRA, was pointing to bugzilla
Modified: jakarta/commons/proper/codec/trunk/xdocs/issue-tracking.xml Modified: jakarta/commons/proper/codec/trunk/xdocs/issue-tracking.xml URL: http://svn.apache.org/viewvc/jakarta/commons/proper/codec/trunk/xdocs/issue-tracking.xml?view=diff&rev=558343&r1=558342&r2=558343 ============================================================================== --- jakarta/commons/proper/codec/trunk/xdocs/issue-tracking.xml (original) +++ jakarta/commons/proper/codec/trunk/xdocs/issue-tracking.xml Sat Jul 21 09:40:50 2007 @@ -24,18 +24,18 @@ <!-- ================================================== --> <section name="Issue tracking"> <p> - Commons Codec uses <a href="http://issues.apache.org/bugzilla/">ASF Bugzilla</a> for tracking issues. - To use Bugzilla you may need to <a href="http://issues.apache.org/bugzilla/createaccount.cgi">create an account</a>. + Commons Codec uses the ASF installation of <a href="http://issues.apache.org/jira/browse/CODEC">JIRA</a> for tracking requests for enhancement, bugs, and patches. + To create an issue in Jira you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a>. </p> <p> If you would like to report a bug, or raise an enhancement request with Commons Codec please do the following: <ol> - <li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&product=Commons&component=Codec">Search existing open bugs</a>. + <li><a href="http://issues.apache.org/jira/browse/CODEC">Search existing open bugs</a>. If you find your issue listed then please add a comment with your details.</li> <li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>. You may find your issue or idea has already been discussed.</li> - <li><a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Commons&component=Codec&version=1.3%20Final&short_desc=%5Bcodec%5D%20%22Your%20subject%20heading%20here%22&comment=Please%20provide%20details%20here.%20Its%20best%20to%20submit%20patches%20that%20alter%0D%0Aexisting%20file%20content%20in%20%22unified%20diff%22%20format.%20%0D%0A%0D%0ASubmissions%20that%20provide%20new%20files%20can%20be%20supplied%20as%20direct%20file%0D%0Aattachments%20or%20archives%20in%20zip%20or%20tar.gz%20format.%20please%20be%20kind%20%0D%0Aenough%20to%20identify%20the%20format%20of%20the%20attached%20archive%20as%20bugzilla%0D%0Atends%20to%20strip%20these%20characterstics%20by%20removing%20the%20files%20extension.">Submit a bug report or enhancement request</a>. + <li><a href="http://issues.apache.org/jira/browse/CODEC">Submit a bug report or enhancement request</a>. Please prefix all new issues with [codec] in the summary line. </li> </ol> @@ -51,10 +51,10 @@ <p> You may also find these links useful: <ul> - <li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&product=Commons&component=Codec">All Open Codec bugs</a></li> - <li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=Commons&component=Codec">All Closed Codec bugs</a></li> - <li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&product=Commons&component=Codec">All Codec bugs</a></li> - </ul> + <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310464&status=1">All Open Codec Issues</a></li> + <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310464&status=5&status=6&updated:previous=-1w&sorter/field=updated&sorter/order=DESC">Recently Resolved Issues</a></li> + <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310464&updated:previous=-1w&sorter/field=updated&sorter/order=DESC">Recently Updated Issues</a></li> + </ul> </p> </section> <!-- ================================================== --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]