-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added integration and mapping guides
- Loading branch information
Showing
10 changed files
with
245 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 7 | ||
sidebar_position: 8 | ||
--- | ||
|
||
# Data handling & security | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Enterprise-Ready Plugins", | ||
"position": 6 | ||
"position": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Features", | ||
"position": 5 | ||
"position": 6 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"label": "Integrations", | ||
"position": 7 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: GitHub Integration | ||
--- | ||
|
||
### Install GitHub Integration | ||
|
||
1. In your Backstage instance, click the **Settings** button on the bottom left and click on the **Port** tab. | ||
2. Click on the **Add Integration** button, in the settings page. | ||
3. In the **Git Providers** section, click on the **GitHub** button. | ||
4. Follow the instructions to install the GitHub app on your GitHub account. | ||
|
||
Read more about Port's GitHub integration [here](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/git/github/#setup). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Jira Integration | ||
--- | ||
|
||
### Install Jira Integration | ||
|
||
1. First, obtain a [API Token](https://id.atlassian.com/manage-profile/security/api-tokens) for the atlassian account you want to use to authenticate with Jira. | ||
2. In your Backstage instance, click the **Settings** button on the bottom left and click on the **Port** tab. | ||
3. Click on the **Add Integration** button, in the settings page. | ||
4. Scroll down to **Project Management** and select **Jira**. | ||
5. Fill out the form: | ||
- **Name**: Give your integration a name. | ||
- **Installation Method**: Select **Hosted by Port**. For more advanced setups, read [here](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/project-management/jira/?installation-methods=real-time-self-hosted#setup) | ||
- **Jira Host**: Usually it's `https://<your-jira-instance>.atlassian.net`. | ||
- **Atlassian User Email**: The email of the user you want to use to authenticate with Jira. | ||
- **Atlassian API Token**: The API Token you obtained for the user. | ||
6. Click on the **Save** button. | ||
|
||
![Jira Integration](/img/jira-integration.png) | ||
Read more about Port's Jira integration [here](https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/project-management/jira/#setup). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.