Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
-
Number of attachments :
Description
Although the following URLs are equivelement, only the one containing the "id" attribute will work with the JIRA plugin.
http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10492
http://nagoya.apache.org/jira/browse/JS2
When using "http://nagoya.apache.org/jira/browse/JS2" for the <issueTrackerUrl> the following error is received. Notice the "pid" attribute on the url.
Downloading http://nagoya.apache.org/jira/browse/secure/IssueNavigator.jspa?view=rss&pid=p://nagoya.apache.org/jira/browse/JS2&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true
Received: [404] for http://nagoya.apache.org/jira/browse/secure/IssueNavigator.jspa?view=rss&pid=p://nagoya.apache.org/jira/browse/JS2&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true
Received: [404] for http://nagoya.apache.org/jira/browse/secure/IssueNavigator.jspa?view=rss&pid=p://nagoya.apache.org/jira/browse/JS2&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true
BUILD FAILED
File...... c:\maven_repo\1.0-rc4\cache\maven-xdoc-plugin-1.7.2\plugin.jelly
Element... x:parse
Line...... 119
Column.... 48
Error on line 27 of document file:/C:/cvs_apache/jakarta-jetspeed-2/target/jira/jira-results.xml : The element type "link" must be terminated by the matching end-tag "</link>". Nested exception: The element type "link" must be terminated by the matching end-tag "</link>".
Total time: 4 seconds
Finished at: Sat Jul 10 05:31:54 EDT 2004
C:\cvs_apache\jakarta-jetspeed-2>
I don't know how to obtain the xml result with the id (like JS2). And you?