[ 
http://jira.codehaus.org/browse/MCHANGES-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy updated MCHANGES-112:
----------------------------------

         Assignee: Olivier Lamy
    Fix Version/s: 2.1

I'd like to have something like in the mojo configuration :
{code:xml}
<configuration>
  <issueLinkTemplatePerSystem>
    <jira>http://wwww.key=%ISSUE%</jira>
    <qc>an other url</qc>
  </issueLinkTemplatePerSystem>
</configuration>
{code}
And to add a new attribute system in the element action in the changes.xml

{code:xml}
  <action dev="toto" type="fix" issue="1243434" system="qc">
    Enable retrieving component-specific issues.
  </action>
{code}
To preserve backward compatibility, the current issueLinkTemplate will be added 
in the map issueLinkTemplatePerSystem with the key default .
This one will be used with action without system attribute.
WDYT ?


> Add more than one link template
> -------------------------------
>
>                 Key: MCHANGES-112
>                 URL: http://jira.codehaus.org/browse/MCHANGES-112
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>          Components: announcement, changes-report
>    Affects Versions: 2.0-beta-3
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.1
>
>
> In my company there are two bug tracking systems :
> * functionnal team use HP Qc
> * dev team use jira
> The issueLinkTemplate can only be unique.
> I'd like to have more than one.

-- 
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

        

Reply via email to