On 2 October 2015, Stefan wrote: > 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.
This was partly addressed by my commit r1706376 and nearly everything else you suggest is committed in r1706908. The one part I did differently was the link to query at https://issues.apache.org/jira/issues/?jql=project = SVN" because I feel that gives a better starting point for searching SVN-specific issues than does "https://issues.apache.org/jira/browse/SVN/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel" The latter link shows a Subversion-specific overview page but the 'Search' box there searches within all projects by default which isn't quite what I want. (Maybe we can improve that in future.) - Julian