On 28/09/2015 16:48, Ivan Zhakov wrote:
On 28 September 2015 at 13:59, Ivan Zhakov <i...@visualsvn.com> wrote:


Anyone volunteering to update 'Reporting Issues' page [1]? The
'issue-tracker.html' page [2] on tigris.org could be used as template.

[1] http://subversion.apache.org/reporting-issues.html
[2] http://subversion.tigris.org/issue-tracker.html
Attached is a half-finished patch for reporting-issues.html:
- note removed
- all links updated
- replaced custom query link with JIRA Subversion project page

What's still missing:
- updating the two forms (key- and keyword search)

Unfortunately I was running out of time. If anybody wants to take it from here, I'd be glad.

Regards,
Stefan
Index: reporting-issues.html
===================================================================
--- reporting-issues.html	(revision 1706325)
+++ reporting-issues.html	(working copy)
@@ -51,17 +51,6 @@
     title="Link to this section">&para;</a>
 </h2>
 
-<div class="notice">
-
-<p>We have <strong>not</strong> migrated our issue tracker data to
-   Apache.org from Tigris.org.  As such, the links and queries below
-   will throw you into portions of our
-   <a href="http://subversion.tigris.org"; >previous project
-   website</a>.  So don't be alarmed if you find yourself in another
-   world &mdash; it's non-ideal, but hopefully temporary.</p>
-
-</div> <!-- .notice -->
-
 <p>Do you know the Subversion issue number you're interested in?  Use
    this form to view that issue directly.</p>
 
@@ -89,17 +78,17 @@
 
 <p>Here are some issue tracker query links that we believe are of
    general utility to folks.  If you don't see one here that you like,
-   that's okay, you formulate your own structured query at 
-   <a href="http://subversion.tigris.org/issues/query.cgi";
-           >http://subversion.tigris.org/issues/query.cgi</a>.</p>
+   that's okay, you can search the issue tracker directly 
+   <a href="https://issues.apache.org/jira/browse/SVN/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel";
+           >https://issues.apache.org/jira/browse/SVN/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel</a>.</p>
 
 <ul>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi";>All issues</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED";>Open issues</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;target_milestone=---";>Issues in need of triaging</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;keywords=bite-sized";>Issues that might be relatively easy to fix</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=UNCONFIRMED&amp;issue_status=NEW&amp;issue_status=STARTED&amp;issue_status=REOPENED&amp;keywords=patch";>Issues that have associated patches</a></li>
-<li><a href="http://subversion.tigris.org/issues/buglist.cgi?component=subversion&amp;issue_status=RESOLVED&amp;issue_status=CLOSED";>Closed issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN";>All issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC";>Open issues</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20---%20ORDER%20BY%20priority%20DESC";>Issues in need of triaging</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20bite-sized%20ORDER%20BY%20priority%20DESC";>Issues that might be relatively easy to fix</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20patch%20ORDER%20BY%20priority%20DESC";>Issues that have associated patches</a></li>
+<li><a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SVN%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20ORDER%20BY%20priority%20DESC";>Closed issues</a></li>
 </ul>
 
 

Reply via email to