Skip to content

Commit 6af1ae1

Browse files
author
Timothy O'Brien
committed
updated issue tracker documentation to point to JIRA, was pointing to bugzilla
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@558343 13f79535-47bb-0310-9956-ffa450edef68
1 parent a50a1dd commit 6af1ae1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

xdocs/issue-tracking.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ limitations under the License.
2424
<!-- ================================================== -->
2525
<section name="Issue tracking">
2626
<p>
27-
Commons Codec uses <a href="http://issues.apache.org/bugzilla/">ASF Bugzilla</a> for tracking issues.
28-
To use Bugzilla you may need to <a href="http://issues.apache.org/bugzilla/createaccount.cgi">create an account</a>.
27+
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.
28+
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>.
2929
</p>
3030
<p>
3131
If you would like to report a bug, or raise an enhancement request with
3232
Commons Codec please do the following:
3333
<ol>
34-
<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;product=Commons&amp;component=Codec">Search existing open bugs</a>.
34+
<li><a href="http://issues.apache.org/jira/browse/CODEC">Search existing open bugs</a>.
3535
If you find your issue listed then please add a comment with your details.</li>
3636
<li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
3737
You may find your issue or idea has already been discussed.</li>
38-
<li><a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Commons&amp;component=Codec&amp;version=1.3%20Final&amp;short_desc=%5Bcodec%5D%20%22Your%20subject%20heading%20here%22&amp;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>.
38+
<li><a href="http://issues.apache.org/jira/browse/CODEC">Submit a bug report or enhancement request</a>.
3939
Please prefix all new issues with [codec] in the summary line.
4040
</li>
4141
</ol>
@@ -51,10 +51,10 @@ limitations under the License.
5151
<p>
5252
You may also find these links useful:
5353
<ul>
54-
<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;product=Commons&amp;component=Codec">All Open Codec bugs</a></li>
55-
<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;product=Commons&amp;component=Codec">All Closed Codec bugs</a></li>
56-
<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=NEEDINFO&amp;bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;bug_status=CLOSED&amp;product=Commons&amp;component=Codec">All Codec bugs</a></li>
57-
</ul>
54+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310464&amp;status=1">All Open Codec Issues</a></li>
55+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;pid=12310464&amp;status=5&amp;status=6&amp;updated:previous=-1w&amp;sorter/field=updated&amp;sorter/order=DESC">Recently Resolved Issues</a></li>
56+
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;pid=12310464&amp;updated:previous=-1w&amp;sorter/field=updated&amp;sorter/order=DESC">Recently Updated Issues</a></li>
57+
</ul>
5858
</p>
5959
</section>
6060
<!-- ================================================== -->

0 commit comments

Comments
 (0)