Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 2.4
-
Fix Version/s: None
-
Component/s: changes.xml
-
Labels:None
-
Number of attachments :
Description
Sorry, i don't get it.
i try to add/config my own tracking system.
<issueManagement>
<system>testtesttest</system>
<url>http://somehost.com/project/dashboard</url>
</issueManagement>
but i cant use the %URL%, i specify this absolute in the plugin section.
<configuration>
<issueLinkTemplatePerSystem>
<testtesttest>http://somehost.com/items?query=%ISSUE%</testtesttest>
</issueLinkTemplatePerSystem>
</configuration>
in my changes.xml, the system is also testtesttest.
Tried everything, but i dont get links.
if i use
<issueLinkTemplate>http://somehost.com/items?query=%ISSUE%</issueLinkTemplate>
and "default" in changes.xml i DO get links, but always with the default value (regardless whats specified)
[DEBUG] (f) issueLinkTemplate = %URL%/ViewIssue.jspa?key=%ISSUE%
if i specify f. ex. "SourceForge" in changes.xml, the links work out-of-the-box
tried also old suggestions like MCHANGES-166 - no success.
Hi
Make sure that you are configuring the plugin in the reporting section of the POM.
I took your configuration snippets and put them into a sample project that works fine for me. I get the custom links both for actions that don't have a system specified and when the system is testtesttest. I'll attach it to this issue.