-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(integrations): adds bitbucket server docs #1519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌻 Some small suggested edits. Thanks for updating the page!
|
||
### Bitbucket Server | ||
|
||
You can now use the data from your Bitbucket Server commits to help you find and fix bugs faster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can now use the data from your Bitbucket Server commits to help you find and fix bugs faster. | |
You can use the data from your Bitbucket Server commits to help find and fix bugs faster. |
1. In Bitbucket, click the **gear icon** > **Applications** > **Application Links**. | ||
1. Enter the following as the application URL: | ||
`https://sentry.io/extensions/bitbucket_server/setup/` | ||
1. Click **Create New Link**. If you see a warning that “No response was received from the URL you entered”, ignore and click **Continue**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Click **Create New Link**. If you see a warning that “No response was received from the URL you entered”, ignore and click **Continue**. | |
1. Click **Create New Link**. If you see a warning that “No response was received from the URL you entered,” ignore and click **Continue**. |
| Access Token URL | https://sentry.io | | ||
| Authorize URL | https://sentry.io | | ||
| Create Incoming Link | No | | ||
1. Click **Continue**. You should be returned to the **Configure Application Links** page, where you should see an application called **Sentry**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Click **Continue**. You should be returned to the **Configure Application Links** page, where you should see an application called **Sentry**. | |
1. Click **Continue**. This will return you to the **Configure Application Links** page, where you'll see an application called **Sentry**. |
| Create Incoming Link | No | | ||
1. Click **Continue**. You should be returned to the **Configure Application Links** page, where you should see an application called **Sentry**. | ||
1. Click the pencil icon next to the **Sentry** application. | ||
1. On the lefthand side of the resulting modal, click **Incoming Authentication**. Fill our the form as follows, and press **Save**: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. On the lefthand side of the resulting modal, click **Incoming Authentication**. Fill our the form as follows, and press **Save**: | |
1. On the lefthand side of the resulting modal, click **Incoming Authentication**. Fill out the form as follows, and press **Save**: |
Fixes MYAPP-317 | ||
``` | ||
|
||
When Sentry sees this, we’ll automatically annotate the matching issue with a reference to the commit, and, later, when that commit is part of a release, we’ll mark the issue as resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When Sentry sees this, we’ll automatically annotate the matching issue with a reference to the commit, and, later, when that commit is part of a release, we’ll mark the issue as resolved. | |
When Sentry sees this, we’ll automatically annotate the matching issue with reference to the commit, and later, when that commit is part of a release, we’ll mark the issue as resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😸 Great!
This PR adds docs for Bitbucket server. It's basically a combination of the Jira server docs for installation (replacing Jira with Bitbucket) and the Bitbucket for the features. The one difference is that the Bitbucket server integration cannot be used for issue management so that section from Bitbucket has been removed. I do realize that putting it in the
Issue Management
section when it doesn't actually do issues doesn't make sense but that's because we don't have a separate section forSource Code Management
where this really belongs. We probably should do that in a future PR.Some screenshots:
Another: