
Reference Redmine issues in Bitbucket
Reference Redmine issues in Bitbucket
Reference Redmine issues in Bitbucket
More details
When installing this addon in Bitbucket it registers:
- A Bitbucket linker that makes Bitbucket turn references to issues using a specified regex turn into links to the issue in Redmine;
- Bitbucket webhooks for pushes, commit comments, pull requests and pull request comments. These webhooks get handled in the Redmine plugin, creating a journal entry for the issue containing the commit message or comment and useful links and meta-data.
Since the linker and webhooks are registered using an addon they automatically work for all repositories of the user / team for whom the addon is installed.
Notes
- Currently the regex is hardcoded (see Bitbucket bug #13642).
- Currently only up to 5 commits per push are supported because of a limitation in Bitbucket's push webhook.
Reviews for cloud
(0)Sign in to write a reviewReviews for server
(0)Sign in to write a reviewReviews for Data Center
(0)Sign in to write a reviewCloud Pricing
Server Pricing
Data Center Pricing
Basic support resources are available for this app.
Vendor support resources
Find out how this app works.
Atlassian-hosted discussions connect you to other customers who use this app.
Versions
Bitbucket Cloud • Released 2017-07-13
Summary
Made plugin ignore references to issues of closed projects and fixed plugin user
Details
- Made plugin ignore references to issues of closed projects
This prevents the plugin from adding journal entries to referenced issues that belong to closed projects, partly solving #5 for specific use-cases. Note that the Bitbucket link will still create links to the issues in Bitbucket.
- Added a migration to change the user type to User
This makes the name of the Bitbucket reference user show up in the journal entries. I.e instead of "Updated by Anonymous" it now says "Updated by Bitbucket reference".
Installation
- Install the plugin in your Redmine instance, see the Redmine wiki for more info.
- Next, install the addon in your Bitbucket user/team: - Navigate to https://bitbucket.org/account/user/user_or_team_name/addon-management - Click "Install add-on from URL" - Enter /bitbucket-references - Click "Install" - Click "Grant access" - You will now get redirected to the plugin's settings page in your Redmine instance, This might require you to log in. - Click "Allow" on the Bitbucket connection you just added.