Skip to content

Commit

Permalink
Merge pull request #1961 from port-labs/PORT-12148-Mapping-Jira-Teams…
Browse files Browse the repository at this point in the history
…-to-Port-

Port 12148 mapping jira teams to port
  • Loading branch information
PeyGis authored Jan 17, 2025
2 parents 8eae29c + c78ce51 commit b5be648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
| `OCEAN__INTEGRATION__CONFIG__JIRA_HOST` | The URL of your Jira | https://example.atlassian.net ||
| `OCEAN__INTEGRATION__CONFIG__ATLASSIAN_USER_EMAIL` | The email of the user used to query Jira | [email protected] ||
| `OCEAN__INTEGRATION__CONFIG__ATLASSIAN_USER_TOKEN` | [Jira API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) generated by the user | ||
| `OCEAN__INTEGRATION__CONFIG__ATLASSIAN_ORGANIZATION_ID` | Your Atlassian Organization ID is required to sync teams and team members. [Follow the Atlassian documentation](https://confluence.atlassian.com/jirakb/what-it-is-the-organization-id-and-where-to-find-it-1207189876.html) on how to find your Organization ID | ||
| `OCEAN__PORT__CLIENT_ID` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) id | ||
| `OCEAN__PORT__CLIENT_SECRET` | Your Port client ([How to get the credentials](https://docs.port.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials)) secret | ||
| `OCEAN__PORT__BASE_URL` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ This table summarizes the available parameters for the installation.
| `port.baseUrl` | Your Port API URL - `https://api.getport.io` for EU, `https://api.us.getport.io` for US | | ✅ |
| `integration.secrets.atlassianUserEmail` | The email of the user used to query Jira | [email protected] | ✅ |
| `integration.secrets.atlassianUserToken` | [Jira API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) generated by the user | | ✅ |
| `integration.config.atlassianOrganizationId` | Your Atlassian Organization ID is required to sync teams and team members. [Follow the Atlassian documentation](https://confluence.atlassian.com/jirakb/what-it-is-the-organization-id-and-where-to-find-it-1207189876.html) on how to find your Organization ID | | ❌ |
| `integration.config.jiraHost` | The URL of your Jira | https://example.atlassian.net | ✅ |
| `integration.config.appHost` | The host of the Port Ocean app. Used to set up the integration endpoint as the target for webhooks created in Jira | https://my-ocean-integration.com | ✅ |
| `integration.eventListener.type` | The event listener type. Read more about [event listeners](https://ocean.getport.io/framework/features/event-listener) | | ✅ |
Expand Down Expand Up @@ -217,6 +218,7 @@ Make sure to configure the following [Github Secrets](https://docs.github.com/en
| `config -> jira_host` | The URL of your Jira | https://example.atlassian.net | ✅ |
| `config -> atlassian_user_email` | The email of the user used to query Jira | [email protected] | ✅ |
| `config -> atlassian_user_token` | [Jira API token](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/) generated by the user | | ✅ |
| `config -> atlassian_organization_id` |Your Atlassian Organization ID is required to sync teams and team members. [Follow the Atlassian documentation](https://confluence.atlassian.com/jirakb/what-it-is-the-organization-id-and-where-to-find-it-1207189876.html) on how to find your Organization ID | | ❌ |
| `initialize_port_resources` | Default true, When set to true the integration will create default blueprints and the port App config Mapping. Read more about [initializePortResources](https://ocean.getport.io/develop-an-integration/integration-configuration/#initializeportresources---initialize-port-resources) | | ❌ |
| `send_raw_data_examples` | Enable sending raw data examples from the third party API to port for testing and managing the integration mapping. Default is true | | ❌ |
| `identifier` | The identifier of the integration that will be installed | | ❌ |
Expand Down

0 comments on commit b5be648

Please sign in to comment.