Add Bitbucket issue template
----------------------------

                 Key: MCHANGES-232
                 URL: http://jira.codehaus.org/browse/MCHANGES-232
             Project: Maven 2.x Changes Plugin
          Issue Type: New Feature
          Components: other issue-trackers
            Reporter: James Roper
            Priority: Trivial


Bitbucket has an issue tracker.  I think the issue link template for it should 
be {{%URL%/issue/%ISSUE%}}.  This would mean a user would configure their issue 
management like this:

{code:xml}
<issueManagement>
    <system>Bitbucket</system>
    <url>https://bitbucket.org/user/repository/issues</url>
</issueManagement>
{code}

and then an issue with ID 123 would end up with the URL 
{{https://bitbucket.org/user/repository/issue/123}}.

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