C1 provides identity governance for Jira Cloud. Integrate your Jira Cloud instance with C1 to run user access reviews (UARs) and enable just-in-time access requests.
The Jira Cloud connector supports automatic account provisioning.This connector does not support account deprovisioning. You must deprovision accounts directly in Jira. This connector can be configured to sync app accounts from the Jira API and managed accounts and managed groups from Atlassian.This connector can also be configured to automatically create and update Jira tickets to track manual provisioning assignments. Go to Configure Jira Cloud as an external ticketing provider to learn more.
Optional: Create an Atlassian organization API key
If you want to set up the Jira Cloud connector to sync managed accounts and managed groups from Atlassian, you’ll need to generate an Atlassian API token and look up your Atlassian organization ID.
The Connector Administrator or Super Administrator role in C1
Access to the set of Jira Cloud credentials generated by following the instructions above
Cloud-hosted
Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Jira Cloud and click Add.
3
Choose how to set up the new Jira Cloud connector:
Add the connector to a currently unmanaged app
Add the connector to a managed app
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter your Jira Cloud domain into the Jira site domain field:
If using a classic API token without scopes, use the format <YOUR DOMAIN>.atlassian.net.
If using a token with scopes, use the format https://api.atlassian.com/ex/jira/<cloud-id>.
8
Enter the email address for your Jira Cloud account in the Your Jira email address field.
9
Paste the Jira API token into the API token field.
10
Optional. Click to Enable external ticket processing.
11
Click Save.
Done. Your Jira Cloud connector is now pulling access data into C1.
Follow these instructions to use the Jira connector, hosted and run in your own environment.When running in service mode on Kubernetes, a self-hosted connector maintains an ongoing connection with C1, automatically syncing and uploading data at regular intervals. This data is immediately available in the C1 UI for access reviews and access requests.
In C1, navigate to Integrations > Connectors > Add connector.
2
Search for Baton and click Add.
3
Choose how to set up the new Jira Cloud connector:
Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
Add the connector to a managed app (select from the list of existing managed apps)
Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.
If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
In the Settings area of the page, click Edit.
7
Click Rotate to generate a new Client ID and Secret.
Carefully copy and save these credentials. We’ll use them in Step 2.
# baton-jira-secrets.yamlapiVersion: v1kind: Secretmetadata: name: baton-jira-secretstype: OpaquestringData: # C1 credentials BATON_CLIENT_ID: <C1 client ID> BATON_CLIENT_SECRET: <C1 client secret> # Jira Cloud credentials BATON_JIRA_URL: <Jira Cloud tenant URL in https://domain.atlassian.net format (unscoped token) or https://api.atlassian.com/ex/jira/<cloud-id> format (scoped token)> BATON_JIRA_API_TOKEN: <Jira Cloud API token> BATON_JIRA_EMAIL: <Email address associated with your Jira Cloud account> # Optional: include if you want C1 to provision access using this connector BATON_PROVISIONING: true # Optional: include if you want C1 to skip syncing customer users BATON_SKIP_CUSTOMER_USER: true # Optional: include if you want C1 to skip syncing project participants BATON_SKIP_PROJECT_PARTICIPANTS: true # Optional: include if you want C1 to sync managed accounts and managed groups from Atlassian BATON_ATLASSIAN_API_TOKEN: <Atlassian API token> BATON_ATLASSIAN_ORGID: <Atlassian organization ID>
See the connector’s README or run --help to see all available configuration flags and environment variables.
Create a namespace in which to run C1 connectors (if desired), then apply the secret config and deployment config files.
2
Check that the connector data uploaded correctly. In C1, click Apps. On the Managed apps tab, locate and click the name of the application you added the Jira Cloud connector to. Jira Cloud data should be found on the Entitlements and Accounts tabs.
Done. Your Jira Cloud connector is now pulling access data into C1.