Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Component/s: other issue-trackers
-
Labels:None
-
Number of attachments :
Description
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:
<issueManagement> <system>Bitbucket</system> <url>https://bitbucket.org/user/repository/issues</url> </issueManagement>
and then an issue with ID 123 would end up with the URL https://bitbucket.org/user/repository/issue/123.
Fixed in r1094070.
Please try the new 2.5-SNAPSHOT to make sure it is working for you.