issueLinkTemplatePerSystem does not work ----------------------------------------
Key: MCHANGES-226 URL: http://jira.codehaus.org/browse/MCHANGES-226 Project: Maven 2.x Changes Plugin Issue Type: Bug Components: other issue-trackers Affects Versions: 2.4 Reporter: Myron Priority: Minor Sorry, i don't get it. i try to add/config my own tracking system. {quote} <issueManagement> <system>testtesttest</system> <url>http://somehost.com/project/dashboard</url> </issueManagement> {quote} but i cant use the %URL%, i specify this absolute in the plugin section. {quote} <configuration> <issueLinkTemplatePerSystem> <testtesttest>http://somehost.com/items?query=%ISSUE%</testtesttest> </issueLinkTemplatePerSystem> </configuration> {quote} in my changes.xml, the system is also testtesttest. Tried everything, but i dont get links. if i use {quote} <issueLinkTemplate>http://somehost.com/items?query=%ISSUE%</issueLinkTemplate> {quote} and "default" in changes.xml i DO get links, but always with the default value (regardless whats specified) {quote}[DEBUG] (f) issueLinkTemplate = %URL%/ViewIssue.jspa?key=%ISSUE%{quote} 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. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira