Mailing List Archive

svn commit: r1681686 - /forrest/trunk/site-author/content/xdocs/issues.xml
Author: crossley
Date: Tue May 26 06:09:10 2015
New Revision: 1681686

URL: http://svn.apache.org/r1681686
Log:
Improve the explanation of default JIRA searches. Use less-complicated JIRA links for our special search filters.

Modified:
forrest/trunk/site-author/content/xdocs/issues.xml

Modified: forrest/trunk/site-author/content/xdocs/issues.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/issues.xml?rev=1681686&r1=1681685&r2=1681686&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/issues.xml (original)
+++ forrest/trunk/site-author/content/xdocs/issues.xml Tue May 26 06:09:10 2015
@@ -24,7 +24,7 @@ limitations under the License.
<section id="intro">
<title>Introduction</title>
<p>
- The Apache Forrest uses an issue tracker called Jira. All of the project
+ The Apache Forrest uses an issue tracker called JIRA. All of the project
contributions should go there (not to the mailing list). This enables us
to keep track of contributions and to classify and manage the issues.
</p>
@@ -57,7 +57,7 @@ limitations under the License.
<ul>
<li>Start here <a href="https://issues.apache.org/jira/browse/FOR">https://issues.apache.org/jira/browse/FOR</a></li>
<li>Ensure that an issue does not already exist.
- Use Jira's powerful "Find Issues" ability. Set the Project and
+ Use JIRA's powerful "Find Issues" ability. Set the Project and
Status fields. See the Help about boolean queries in the Query field.
The easiest way to search is using our <a href="site:forrestbar">Forrestbar</a> browser add-on.
</li>
@@ -87,7 +87,7 @@ limitations under the License.
resolved before a Major issue.
</p>
<p>
- Follow the Jira help icon to see the definition of the options.
+ Follow the JIRA help icon to see the definition of the options.
</p>
</section>
<section id="urgency">
@@ -136,7 +136,7 @@ limitations under the License.
Anyone: Browse, Find, View.
</li>
<li>
- jira-users: People who have registered as a user of the ASF Jira.
+ jira-users: People who have registered as a user of the ASF JIRA.
Create, Edit, Comment, Attach, Vote, Watch.
The reporter can also Close.
</li>
@@ -153,24 +153,27 @@ limitations under the License.
<section id="filters">
<title>Some search filters</title>
<p>
- Various general searches are available from the
- <a href="http://issues.apache.org/jira/browse/FOR">front page</a>, e.g.
- "open issues classified by component", or "Added recently". The
- following are some special filters.
+ Various general searches are available from our
+ <a href="https://issues.apache.org/jira/browse/FOR">front page</a>
+ (then choose "Overview : Issues" from the left-hand panel) e.g.
+ "Unresolved: By Component", or "Added recently".
+ </p>
+ <p>
+ The following are some special filters:
</p>
<ul>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310472">FOR-open-with-patch</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310472">FOR-open-with-patch</a>
- Committers need to visit this regularly and deal with the patches.
</li>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310820">FOR-roadmap-dev</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310820">FOR-roadmap-dev</a>
- Open issues that are scheduled to be investigated.
</li>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310476">FOR-unresolved-with-attachment</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310476">FOR-unresolved-with-attachment</a>
- Issues that have demonstrations of problems, but no solution or patch.
Of course it will include FOR-open-with-patch.
(Note that this filter searches for the string "attach" so will not find all.)
</li>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310043">FOR-unscheduled</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310043">FOR-unscheduled</a>
- Issues that have not yet been scheduled to be fixed for a certain version.
</li>
</ul>
@@ -178,10 +181,10 @@ limitations under the License.
Not sure about the project's use of the "Urgency" field.
</fixme>
<ul>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310473">FOR-urgency-blocker</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310473">FOR-urgency-blocker</a>
- Issues that the project considers to be Blockers.
</li>
- <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=12310475">FOR-urgency-urgent</a>
+ <li><a href="https://issues.apache.org/jira/issues/?filter=12310475">FOR-urgency-urgent</a>
- Issues that the project considers to be Urgent.
</li>
</ul>