Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 60 additions & 56 deletions docs/organization/integrations/issue-tracking/jira/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,69 +52,73 @@ openssl x509 -pubkey -noout -in jira_publickey.cer > jira_publickey.pem
1. In the resulting dialog, fill out the form as follows:

<table>
<tr>
<th>Application Name </th>
<td>Sentry </td>
</tr>
<tr>
<th>Application Type </th>
<td>Generic Application</td>
</tr>
<tr>
<th>Service Provider Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Consumer Key </th>
<td>(your choice, but keep this handy for the next step)</td>
</tr>
<tr>
<th>Shared Secret </th>
<td>sentry</td>
</tr>
<tr>
<th>Request Token URL </th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Access Token URL</th>
<td>https://sentry.io </td>
</tr>
<tr>
<th>Authorize URL </th>
<td>https://sentry.io </td>
</tr>
<tr>
<th>Create Incoming Link </th>
<td>No </td>
</tr>
<tbody>
<tr>
<th>Application Name </th>
<td>Sentry </td>
</tr>
<tr>
<th>Application Type </th>
<td>Generic Application</td>
</tr>
<tr>
<th>Service Provider Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Consumer Key </th>
<td>(your choice, but keep this handy for the next step)</td>
</tr>
<tr>
<th>Shared Secret </th>
<td>sentry</td>
</tr>
<tr>
<th>Request Token URL </th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Access Token URL</th>
<td>https://sentry.io </td>
</tr>
<tr>
<th>Authorize URL </th>
<td>https://sentry.io </td>
</tr>
<tr>
<th>Create Incoming Link </th>
<td>No </td>
</tr>
</tbody>
</table>

1. Click "Continue". This will return you to the **Configure Application Links** page, where you'll 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 out the form as follows, and press **Save**:

<table>
<tr>
<th>Consumer Key </th>
<td>(the consumer key from Step II.4) </td>
</tr>
<tr>
<th>Consumer Name </th>
<td>Sentry</td>
</tr>
<tr>
<th>Public Key</th>
<td>(the public key you created in Section I)</td>
</tr>
<tr>
<th>Consumer Callback URL </th>
<td>https://sentry.io/extensions/jira-server/setup/</td>
</tr>
<tr>
<th>Allow 2-Legged OAuth </th>
<td>no</td>
</tr>
<tbody>
<tr>
<th>Consumer Key </th>
<td>(the consumer key from Step II.4) </td>
</tr>
<tr>
<th>Consumer Name </th>
<td>Sentry</td>
</tr>
<tr>
<th>Public Key</th>
<td>(the public key you created in Section I)</td>
</tr>
<tr>
<th>Consumer Callback URL </th>
<td>https://sentry.io/extensions/jira-server/setup/</td>
</tr>
<tr>
<th>Allow 2-Legged OAuth </th>
<td>no</td>
</tr>
</tbody>
</table>

#### Connect your Jira Server application with Sentry
Expand Down
116 changes: 60 additions & 56 deletions docs/organization/integrations/source-code-mgmt/bitbucket/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,69 +53,73 @@ openssl x509 -pubkey -noout -in bitbucket_publickey.cer > bitbucket_publickey.p
4. In the resulting dialog, fill out the form as follows:

<table>
<tr>
<th>Application Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Application Type</th>
<td>Generic Application</td>
</tr>
<tr>
<th>Service Provider Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Consumer Key</th>
<td>(your choice, but keep this handy for the next step)</td>
</tr>
<tr>
<th>Shared Secret</th>
<td>sentry</td>
</tr>
<tr>
<th>Request Token URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Access Token URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Authorize URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Create Incoming Link</th>
<td>No</td>
</tr>
<tbody>
<tr>
<th>Application Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Application Type</th>
<td>Generic Application</td>
</tr>
<tr>
<th>Service Provider Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Consumer Key</th>
<td>(your choice, but keep this handy for the next step)</td>
</tr>
<tr>
<th>Shared Secret</th>
<td>sentry</td>
</tr>
<tr>
<th>Request Token URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Access Token URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Authorize URL</th>
<td>https://sentry.io</td>
</tr>
<tr>
<th>Create Incoming Link</th>
<td>No</td>
</tr>
</tbody>
</table>

5. Click "Continue". This will return you to the **Configure Application Links** page, where you'll see an application called Sentry.
6. Click the pencil icon next to the Sentry application.
7. On the lefthand side of the resulting modal, click "Incoming Authentication". Fill out the form as follows, and click "Save":

<table>
<tr>
<th>Consumer Key</th>
<td>(the consumer key from Step II.4)</td>
</tr>
<tr>
<th>Consumer Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Public Key</th>
<td>(the public key you created in Section I)</td>
</tr>
<tr>
<th>Consumer Callback URL</th>
<td>https://sentry.io/extensions/bitbucket_server/setup/</td>
</tr>
<tr>
<th>Allow 2-Legged OAuth</th>
<td>no</td>
</tr>
<tbody>
<tr>
<th>Consumer Key</th>
<td>(the consumer key from Step II.4)</td>
</tr>
<tr>
<th>Consumer Name</th>
<td>Sentry</td>
</tr>
<tr>
<th>Public Key</th>
<td>(the public key you created in Section I)</td>
</tr>
<tr>
<th>Consumer Callback URL</th>
<td>https://sentry.io/extensions/bitbucket_server/setup/</td>
</tr>
<tr>
<th>Allow 2-Legged OAuth</th>
<td>no</td>
</tr>
</tbody>
</table>

#### Connect your Bitbucket Server application with Sentry
Expand Down
Loading
Loading