Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
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.