CINXE.COM

Application tunnel security | Atlassian Support

<!DOCTYPE html> <!-- COMMIT: 21094680cc09fee834da447ddf0d43caf80bec47 RELEASE_VERSION: sac@35256 UPDATED: 2024-11-23T16:45:07.010Z --> <html class="content-platform-support" lang="en-US" itemscope> <head> <title>Application tunnel security | Atlassian Support</title> <!-- One Trust script needs to appear first --> <!-- OneTrust Cookies Consent Notice start for support.atlassian.com --> <script src="https://atl-onetrust-wrapper.atlassian.com/assets/atl-onetrust-wrapper.min.js" type="text/javascript" data-domain="266b339b-197a-46d0-a605-808d1b1feb41" data-test="false" data-geofence="false" data-sync="true" ></script> <!-- OneTrust Cookies Consent Notice end for support.atlassian.com --> <script> window.sentryOnLoad = function () { console.log('Initializing Sentry...'); Sentry.init({ release: '21094680cc09fee834da447ddf0d43caf80bec47', environment: 'production', }); console.log("Sentry is initialized for 'production' environment and '21094680cc09fee834da447ddf0d43caf80bec47' release."); }; </script> <script src="https://js.sentry-cdn.com/58cc8f6260224318b0e9c5e635d9dbf4.min.js" crossorigin="anonymous" data-lazy="no"></script> <script> // These are the env variables that the frontend needs window.contentfulSpaceId = "zsv3d0ugroxu"; window.CCG_DETAILS_URL = "https://support.atlassian.com/gateway/api/customer-context/customer/details"; window.CONTENTFUL_ENV = "master"; window.LOGOUT_URL = "https://id.atlassian.com/logout"; window.CONTACT_FORMS_MANIFEST = "https://support-form-app-ui.prod-east.frontend.public.atl-paas.net/assets/asset-manifest.json"; window.SEGMENT_KEY = "ycih1ygfsk"; window.LD_CLIENT_SDK_KEY = "5d2416de0d7d7c0763fc77c5"; window.BANNERMAN_MANIFEST = "https://bannerman.us-east-1.prod.public.atl-paas.net/asset-manifest.json"; window.SAC_CST_TOKEN_COOKIE_NAME = "cloud.session.token"; window.SAC_OIDC_TOKEN_COOKIE_NAME = "sac_oidc_token"; window.SAC_BASE_URL = "https://support.atlassian.com"; window.CSM_CHAT_WIDGET_BASE_URL = "https://jcs-chat-widget.atlassian.com"; window.MY_REQUESTS_APP_MANIFEST_URL = "https://customer-support-portal.prod.atl-paas.net/asset-manifest.json"; window.CST_STATIC_FORMS_URL = "https://support-forms.atlassian.com"; window.CST_STATIC_FORMS_MANIFEST_URL = "https://support-forms.atlassian.com/asset-manifest.json"; window.ID_AUTH_URL = "https://id.atlassian.com"; window.CONFLUENCE_URL = "https://confluence.atlassian.com"; window.GRAPHQL_URL = "http://graphql-gateway.mesh:20019" window.STATSIG_CLIENT_API_KEY = "659383a9-602f-4a53-a80e-f8882b294b80" window.MICROS_ENVTYPE = "prod" window.CSP_REQUESTS_APP_MANIFEST_URL_BIFROST = "https://csp-mono-repo-ui.prod-east.frontend.public.atl-paas.net/assets/asset-manifest.json" window.__APP_INITIAL_STATE__ = /* <sl:translate_generic_json> */ { sl_translate: "title, description, shortDescription, sacHomeDescription, productSupportHomeDescription, sectionOverview, shortTitle, topicTitle, buttonText, linkLabel, productBlurb, tagline, subhead, metaDescription, supportTitle, internalTitle", entry: {"id":"5Y2by8mZcZ1W6X0m04ztmW","lastPublished":"2024-03-13T10:46:50.289Z","type":"topicSet","title":"Application tunnel security","isCACContent":false,"cacLastModifiedContent":null,"topicReferences":[{"id":"63oLdNjZTfLui0wz58fLAF","title":"Security overview of application tunnels","description":"Learn more about the security of app tunnels, with details on authentication and example request flows.","url":"/organization-administration/docs/security-overview-of-application-tunnels/","lastPublished":"2024-08-09T16:34:54.325Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='Security-overview-of-application-tunnels'>Security overview of application tunnels</h2><p data-renderer-start-pos='42'>This page explains the main concepts related to the security of Cloud and Data Center connectivity when using application tunnels, including authentication and authorization mechanisms used when making requests and example request flows.</p><h3 id='What-are-application-tunnels'>What are application tunnels?</h3><p data-renderer-start-pos='312'>Application tunnels are a communication layer that allows you to make requests from Atlassian cloud products, such as Jira or Confluence, to the self-managed ones that live in your network – Jira, Confluence, Bitbucket, and Bamboo. In short, they’re responsible for routing the HTTP requests from cloud to server.</p><h4 id='Traffic-encryption'>Traffic encryption</h4><p data-renderer-start-pos='647'>The traffic that goes through the tunnels is encrypted using TLS v1.3. While you might have noticed that the tunneled app links (a type of app links used exclusively by the tunnels) are configured with HTTP inside the product, it doesn’t mean the traffic itself isn’t secure.</p><h4 id='Traffic-routing'>Traffic routing</h4><p data-renderer-start-pos='941'>App tunnels are implemented using secure WebSocket protocols, established from your self-managed product by an Atlassian Cloud service called <em>Tunnel server</em>. The <em>Tunnel client</em>, a component within your self-managed instance, is crucial for this setup. It establishes and maintains the connection, ensuring smooth routing of requests from the cloud to your self-managed Atlassian product.</p><p data-renderer-start-pos='1328'>You could view every app tunnel as an uninterrupted line from Atlassian Cloud to your self-managed product through the public internet. To ensure secure and localized routing, the Tunnel client exclusively directs requests to applications on the same machine, using the loopback address. This setup utilizes the specific port defined during the tunnel&#x27;s configuration, ensuring that communication remains confined within your server.</p><p data-renderer-start-pos='1763'>The tunnels are only responsible for routing the requests to your network. They <strong>don’t verify or alter </strong>any application-level authentication or authorization mechanisms. This means that just creating a tunnel isn’t enough for the cloud requests to be processed in your self-managed product.</p><h4 id='High-level-request-flow'>High-level request flow</h4><p data-renderer-start-pos='2078'>The following diagram shows an example tunnel that goes from cloud to your network through the firewall, until it reaches the <em>Tunnel client</em> and <em>Tunnel connector</em> in the application server (it doesn’t illustrate the entire request flow):</p><div class='ak-renderer-extension ' style='width:100%' data-layout='default'><div class='ak-renderer-extension-overflow-container'><div style='text-align:center'><img style='max-width:100%;border:2px inset rgba(9,30,66,0.08);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px' src='//images.ctfassets.net/zsv3d0ugroxu/7Gj8bvNabJVeWgujnHplGW/c24d02e85206e54fa78bc40652168593/image_AppTunnelsSecurity1.png' alt='High-level architecture view of app tunnels between cloud and server.'></div></div></div><p data-renderer-start-pos='2316'>Once the request from cloud passes through the tunnel, it goes to the <em>Tunnel connector</em> configured in the application server for your product. At this point, your Atlassian self-managed product validates the request, checking for authentication:</p><ul class='ak-ul'><li><p data-renderer-start-pos='2562'>If the requests is for a resource that doesn’t require authenticating, it will be allowed and the results will be returned to the caller.</p></li><li><p data-renderer-start-pos='2703'>If the resource is restricted, the request will be blocked by your self-managed product.</p></li></ul><p data-renderer-start-pos='2797'>The authentication and authorization methods are defined by the caller – Atlassian Cloud products. Currently, the only supported way for making requests is by using app links, which use OAuth 1.0a. </p><h4 id='Communication-over-app-links'>Communication over app links</h4><p data-renderer-start-pos='3027'>While all the communication that goes through the tunnels is using Atlassian app links, it’s technically possible to make requests with other authentication types. However, right now, we’re only using app links.</p><h3 id='App-tunnel-and-connection-security'>App tunnel and connection security</h3><p data-renderer-start-pos='3276'>When you create an app tunnel, we generate a security key and pass it to you. You then add it to your self-managed instance, which allows that instance to establish the connection.</p><p data-renderer-start-pos='3458'>The security key is a random byte array:</p><ul class='ak-ul'><li><p data-renderer-start-pos='3500'><strong>Cloud side: </strong>It’s stored at rest and encrypted with AES using a 256-bit key.</p></li><li><p data-renderer-start-pos='3579'><strong>Self-managed side: </strong>It’s stored at rest in the database, by default encrypted with the AES mechanism. You can change that algorithm if you’d like.</p></li></ul><p data-renderer-start-pos='3730'>When added to your self-managed instance when configuring the tunnel, the security key is passed to a separate <em>client process</em> that’s started by the <em>Tunnel client</em> app in each of your Data Center nodes. This <em>client process</em> will use the key to authenticate itself with Atlassian Cloud.</p><p data-renderer-start-pos='4014'>To make sure the <em>client process</em> is actually connecting to Atlassian Cloud, it verifies the certificate of the <a class='sc-eIHaNI fVLHZh' href='http://tunnel.services.atlassian.com' title='http://tunnel.services.atlassian.com'>tunnel.services.atlassian.com</a> hostname, using the Certificate Authority (CA) chain on the instance.</p><h3 id='Authentication-and-authorization-by-self-managed-products'>Authentication and authorization by self-managed products</h3><p data-renderer-start-pos='4284'>App tunnels don’t provide authentication or authorization for the requests that go through them. The tunnels only verify:</p><ul class='ak-ul'><li><p data-renderer-start-pos='4407'>the client (by the security key)</p></li><li><p data-renderer-start-pos='4443'>the cloud organization where the request originated, to make sure it’s the same as the one the tunnel belongs to</p></li></ul><p data-renderer-start-pos='4561'>This is to prevent hijacking the tunnel by a malicious actor.</p><p data-renderer-start-pos='4624'>When a request goes through the tunnel, your self-managed product is responsible for authenticating and authorizing it. Since all the features that require cross-deployment (cloud and server) connectivity rely on tunneled app links, the authentication and authorization methods are based on OAuth 1.0a.</p><p data-renderer-start-pos='4928'>In this flow, OAuth 1.0a is used to:</p><ul class='ak-ul'><li><p data-renderer-start-pos='4966'>get the user consent and authorization of the link</p></li><li><p data-renderer-start-pos='5020'>make requests on user’s behalf</p></li></ul><p data-renderer-start-pos='5056'>All requests are made in user context and not by using service to service authentication methods. This means that your self-managed product, as well as your admins and users, can control access and permissions for certain resources. Permissions and restrictions in your self-managed products are respected.</p><h3 id='Example-request-flow-with-details-on-authentication'>Example request flow with details on authentication</h3><p data-renderer-start-pos='5417'>Let’s look at an example of cloud to server request flow to see how authentication and authorization works. </p><p data-renderer-start-pos='5527'>To make it more specific, this example assumes that:</p><ul class='ak-ul'><li><p data-renderer-start-pos='5581'>An admin created an app tunnel and a tunneled app link between Confluence Cloud and Jira Data Center.</p></li><li><p data-renderer-start-pos='5686'>A user opens a Confluence Cloud page that has an issue link to an issue in Jira Data Center.</p></li><li><p data-renderer-start-pos='5782'>The user didn’t use the functionality related to this app link before, i.e. they’re trying to view the resources for the first time.</p></li></ul><div class='ak-renderer-extension ' style='width:100%' data-layout='default'><div class='ak-renderer-extension-overflow-container'><div style='text-align:center'><img style='max-width:100%;border:2px inset rgba(9,30,66,0.08);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px' src='//images.ctfassets.net/zsv3d0ugroxu/7EDZjQpKMEKs2dESS1delO/c0f72f7affc328f28d79e538fda388c1/image_AppTunnelsSecurity2.png' alt='Request flow from user perspective, explained below the diagram.'></div></div></div><p data-renderer-start-pos='5921'>Here’s an explanation of the diagram above:</p><ol class='ak-ol'><li><p data-renderer-start-pos='5966'>A user opens a page in Confluence Cloud that contains a <em>Jira issue macro</em> with a link to an issue in Jira Data Center.</p></li><li><p data-renderer-start-pos='6087'>Confluence Cloud makes a back-end request to Jira Data Center via the tunnel. The request is blocked, because Confluence isn’t allowed to make requests on behalf of that user. The <em>Jira issue macro</em> that they’re trying to view displays a message saying they don’t have permission to view the linked issue and must authenticate.</p></li><li><p data-renderer-start-pos='6416'>The user selects <em>Authenticate</em> in the message and is redirected to Jira Data Center where they can authorize the link.</p></li><li><p data-renderer-start-pos='6537'>If they’re not already logged in to Jira Data Center, they will need to log in using one of your authentication methods, such as login form or single sign-on.</p></li><li><p data-renderer-start-pos='6699'>Once logged in, the user is asked to allow Confluence Cloud to access Jira Data Center on their behalf.</p></li><li><p data-renderer-start-pos='6806'>If they accept, they’ll be redirected back to Confluence Cloud. At this point, Confluence Cloud exchanges the request token with an access token via the tunnel.</p></li><li><p data-renderer-start-pos='6970'>Confluence Cloud makes another request to Jira Data Center via the tunnel, this time using the access token as the authorization method, to get the issue details on behalf of the user. The <em>Jira issue macro</em> is displayed correctly.</p></li></ol><h3 id='Accessing-the-resources-on-user’s-behalf-and-revoking-access'>Accessing the resources on user’s behalf and revoking access</h3><p data-renderer-start-pos='7267'>As explained earlier, Atlassian cloud products access the resources in your self-managed instance on behalf of the users that authorized the link.</p><p data-renderer-start-pos='7415'>Every user needs to authorize the link individually, usually when they try to view a linked entity for the first time. Admins can’t pre-authorize such links. Every user can also revoke access to the link at any time.</p><p data-renderer-start-pos='7633'>Requests made using such authorized links are made in user context, taking into account all of their current permissions. This means the cloud product won’t be able to access the resources the users themselves don’t have access to.</p><h3 id='Additional-information-on-security'>Additional information on security</h3><h4 id='Can-you-make-requests-using-an-app-tunnel-that-belongs-to-a-different-organization'>Can you make requests using an app tunnel that belongs to a different organization?</h4><p data-renderer-start-pos='7987'>No, even if both organizations belong to the same user. We have a dedicated authorization mechanism inside the Tunnel server that prevents such calls.</p><h4 id='Other-security-questions'>Other security questions</h4><p data-renderer-start-pos='8165'><span><a href='https://support.atlassian.com/organization-administration/docs/application-tunnel-security/' data-testid='sac-link-extension' target='_blank' rel='noopener noreferrer'>Application tunnel security</a></span></p></div></div></div></div>","confluencePageId":null},{"id":"1q5nf8U2woSyNvER7zyf4S","title":"How is data encrypted in application tunnels?","description":"Check how data is encrypted in application tunnels.","url":"/organization-administration/docs/how-is-data-encrypted-in-application-tunnels/","lastPublished":"2023-10-06T19:09:48.471Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-is-data-encrypted-in-application-tunnels'>How is data encrypted in application tunnels?</h2><p data-renderer-start-pos='47'>Application tunnels follow the standard Atlassian approach for data encryption. Any customer data in Atlassian cloud products is encrypted in transit over public networks using TLS 1.2+ with Perfect Forward Secrecy (PFS) to protect it from unauthorized disclosure or modification. For more info, see <a class='sc-eIHaNI fVLHZh' href='https://www.atlassian.com/trust/security/security-practices#encryption-of-data' title='https://www.atlassian.com/trust/security/security-practices#encryption-of-data'>Atlassian security practices</a>.</p></div></div></div></div>","confluencePageId":null},{"id":"2HLI2pGMN3TH86IfvOrsym","title":"How is application tunnel access controlled?","description":"Check how access to an application tunnel is controlled.","url":"/organization-administration/docs/how-is-application-tunnel-access-controlled/","lastPublished":"2024-02-01T06:21:22.123Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-is-application-tunnel-access-controlled'>How is application tunnel access controlled?</h2><h3 id='Managing-tunnels'>Managing tunnels</h3><p data-renderer-start-pos='64'>Admins of your cloud organization can access application tunnels in <em>admin.atlassian.com</em> to create new tunnels (and their security keys), or view details of existing tunnels.</p><p data-renderer-start-pos='239'>Admins of your Data Center instances can add or update tunnel security keys in their instances, or view details of existing tunnels.</p><h3 id='Traffic'>Traffic</h3><p data-renderer-start-pos='382'>Application tunnels are terminated inside the Atlassian Cloud private network. Non-Atlassian products can&#x27;t access them.</p><p data-renderer-start-pos='504'>Outgoing communication from your network is not using the tunnels. Your self-managed instance reaches your cloud products directly.</p></div></div></div></div>","confluencePageId":null},{"id":"2XS2A83VCUJTbTYp7XYL2t","title":"How is product access controlled?","description":"Check how access to the products using a tunnel is controlled.","url":"/organization-administration/docs/how-is-product-access-controlled/","lastPublished":"2023-10-06T19:09:50.993Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-is-product-access-controlled'>How is product access controlled?</h2><h3 id='Application-tunnels'>Application tunnels</h3><p data-renderer-start-pos='56'>Every tunnel is protected with a unique security key that is generated when the tunnel is created. You must add this key to your self-managed instance (which is part of the configuration), otherwise the traffic won’t be able to reach it.</p><h3 id='Application-links'>Application links</h3><p data-renderer-start-pos='314'>Once your products are linked through application links and start using the tunnel, the communication is using OAuth. This is controlled by application links, in this setup they just pass all communication through the tunnel instead of directly. For more info, see <a class='sc-eIHaNI fVLHZh' href='https://confluence.atlassian.com/display/APPLINKS/OAuth+security+for+application+links' title='https://confluence.atlassian.com/display/APPLINKS/OAuth+security+for+application+links'>OAuth security for application links</a>.</p></div></div></div></div>","confluencePageId":null},{"id":"JmCRdTb9Jrz1ftdKaNwsB","title":"Regenerate the security key of an existing tunnel","description":"Regenerate the tunnel’s security key if it gets lost or compromised. ","url":"/organization-administration/docs/regenerate-the-security-key-of-an-existing-tunnel/","lastPublished":"2023-10-06T19:09:52.256Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='Regenerate-the-security-key-of-an-existing-tunnel'>Regenerate the security key of an existing tunnel</h2><p data-renderer-start-pos='51'>You can regenerate the security key of an existing application tunnel and update it in your self-managed instance. This is useful if your key gets compromised or when your security policies require that you revoke API keys on a regular basis.</p><h3 id='Before-you-begin'>Before you begin</h3><p data-renderer-start-pos='313'>You can also automate this process by using APIs. For more info, see <span><a href='https://support.atlassian.com/organization-administration/docs/set-up-automatic-key-rotation/' data-testid='sac-link-extension' target='_blank' rel='noopener noreferrer'>Set up automatic key rotation</a></span>.</p><h3 id='Regenerate-the-security-key-in-admin.atlassian.com'>Regenerate the security key in <em>admin.atlassian.com</em></h3><p data-renderer-start-pos='438'>To generate the security key:</p><ol class='ak-ol'><li><p data-renderer-start-pos='469'>Go to <em>admin.atlassian.com</em>.</p></li><li><p data-renderer-start-pos='499'>Go to <strong>Settings &gt; Application tunnels</strong>.</p></li><li><p data-renderer-start-pos='540'>Next to your tunnel, select <strong>Actions &gt; Regenerate security key</strong>.</p></li><li><p data-renderer-start-pos='606'>Go through the wizard to generate a new security key.</p></li><li><p data-renderer-start-pos='663'>Update the key in your self-managed instance. You can either choose to be redirected to your instance, or copy the key and give it to the admin of this instance so they can update it manually.</p></li></ol><h3 id='Update-the-security-key-in-your-self-managed-instance'>Update the security key in your self-managed instance</h3><p data-renderer-start-pos='916'>To update the security key:</p><ol class='ak-ol'><li><p data-renderer-start-pos='945'>Go to application tunnels:</p><ol class='ak-ol'><li><p data-renderer-start-pos='973'>If you were redirected here from cloud, you should already be on the right screen.</p></li><li><p data-renderer-start-pos='1059'>If you weren’t redirected, go to <strong>Administration &gt; Application tunnel</strong>, and select <strong>Update security key</strong>.</p></li></ol></li><li><p data-renderer-start-pos='1168'>Paste your security key and follow the steps in the wizard.</p></li></ol></div></div></div></div>","confluencePageId":null},{"id":"2hRtIMwkaDq9eclaqsPhxr","title":"Set up automatic key rotation","description":"Use APIs to automatically regenerate and update the security keys.","url":"/organization-administration/docs/set-up-automatic-key-rotation/","lastPublished":"2023-10-06T19:09:53.361Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='Set-up-automatic-key-rotation'>Set up automatic key rotation</h2><p data-renderer-start-pos='31'>You can regenerate and update security keys of your tunnels by using APIs. We’ve described steps that you need to complete, but you’ll need to decide if you want to do it manually or create a custom script.</p><p data-renderer-start-pos='239'>This diagram shows an overview of steps you need to complete:</p><div class='ak-renderer-extension ' style='width:100%' data-layout='default'><div class='ak-renderer-extension-overflow-container'><div style='text-align:center'><img style='max-width:100%;border:2px inset rgba(9,30,66,0.08);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px' src='//images.ctfassets.net/zsv3d0ugroxu/7oBhtY2qxR2SFqmulozGNU/f4461f83b769975cb052a7b1abd01208/diagram_AppTunnelsKeyRotation' alt='Diagram presenting the steps described on this page.'></div></div></div><h3 id='1.-Regenerate-security-key'>1. Regenerate security key</h3><p data-renderer-start-pos='331'>Before you begin:</p><ul class='ak-ul'><li><p data-renderer-start-pos='350'><a class='sc-eIHaNI fVLHZh' href='https://support.atlassian.com/organization-administration/docs/manage-an-organization-with-the-admin-apis/' title='https://support.atlassian.com/organization-administration/docs/manage-an-organization-with-the-admin-apis/'>Create an API key</a> so you can authenticate API requests.</p></li><li><p data-renderer-start-pos='409'>To get the tunnel hostname needed for your API request, go to <strong>Application tunnels</strong>, and select <strong>Actions &gt; View application link URL</strong> next to your tunnel. The hostname is the first part of the URL, for example: http://<strong>e5e9e8f0-d429-4cb9-80bc-2f02cb91f587</strong>.atlassian.com.</p></li></ul><p data-renderer-start-pos='680'>To regenerate the security key using API:</p><ol class='ak-ol'><li><p data-renderer-start-pos='723'>Make the following API request to regenerate the security key. Make sure to update the organization ID and hostname.</p><div class='code-block '><span style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;background:#F4F5F7;color:#172B4D;border-radius:3px;display:flex;line-height:1.6666666666666667;overflow-x:auto;white-space:pre'><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:14px;line-height:1.4285714285714286;padding:8px;color:#8993A4;background-color:#EBECF0;flex-shrink:0;text-align:right;user-select:none'><span class='react-syntax-highlighter-line-number' style='opacity:1'>1\n</span></code><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;line-height:1.6666666666666667;padding:8px'>PUT https://api.atlassian.com/admin/v1/orgs/&lt;orgID&gt;/tunnels/&lt;hostname&gt;/token</code></span></div></li></ol><h5 id='Response'>Response</h5><div class='code-block '><span style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;background:#F4F5F7;color:#172B4D;border-radius:3px;display:flex;line-height:1.6666666666666667;overflow-x:auto;white-space:pre'><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:14px;line-height:1.4285714285714286;padding:8px;color:#8993A4;background-color:#EBECF0;flex-shrink:0;text-align:right;user-select:none'><span class='react-syntax-highlighter-line-number' style='opacity:1'>1\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>2\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>3\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>4\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>5\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>6\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>7\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>8\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>9\n</span></code><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;line-height:1.6666666666666667;padding:8px'>HTTP 200\n{\n &quot;id&quot;: &quot;c8bed056-28c1-4884-96a7-cc4012863d74&quot;,\n &quot;name&quot;: &quot;tunnel1&quot;,\n &quot;token&quot;: &quot;O4D4eSRbMvsdpzV0EYi7BsdsLFsuSih4qsMlJgb8hQW8e4uogdsZtw32t4s52QF5AjI-4xMZJhAjO_Fs7W_9rg==&quot;,\n &quot;status&quot;: &quot;CONNECTED&quot;,\n &quot;onPremiseUrl&quot;: &quot;&lt;baseURL&gt;&quot;,\n &quot;upstreamDnsUrl&quot;: &quot;http://c8bed056-28c1-4884-96a7-cc4012863d74.self-hosted.atlassian.com&quot;\n} </code></span></div><h3 id='2.-Update-security-key'>2. Update security key</h3><p data-renderer-start-pos='1292'>Before you begin:</p><ul class='ak-ul'><li><p data-renderer-start-pos='1311'><a class='sc-eIHaNI fVLHZh' href='https://confluence.atlassian.com/display/ENTERPRISE/Using+Personal+Access+Tokens' title='https://confluence.atlassian.com/display/ENTERPRISE/Using+Personal+Access+Tokens'>Create a personal access token</a> so you can authenticate API requests. You can also use basic authentication.</p></li></ul><p data-renderer-start-pos='1424'>To update the security key using API:</p><ol class='ak-ol'><li><p data-renderer-start-pos='1463'>Make the following API request to update the security key in your self-managed instance. In payload, include the <span class='code'>token</span> from the response you received after regenerating the tunnel key.</p></li></ol><div class='code-block '><span style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;background:#F4F5F7;color:#172B4D;border-radius:3px;display:flex;line-height:1.6666666666666667;overflow-x:auto;white-space:pre'><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:14px;line-height:1.4285714285714286;padding:8px;color:#8993A4;background-color:#EBECF0;flex-shrink:0;text-align:right;user-select:none'><span class='react-syntax-highlighter-line-number' style='opacity:1'>1\n</span></code><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;line-height:1.6666666666666667;padding:8px'>PUT &lt;baseURL&gt;/rest/secure-tunneling/latest/tunnel/token</code></span></div><h5 id='Payload'>Payload</h5><div class='code-block '><span style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;background:#F4F5F7;color:#172B4D;border-radius:3px;display:flex;line-height:1.6666666666666667;overflow-x:auto;white-space:pre'><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:14px;line-height:1.4285714285714286;padding:8px;color:#8993A4;background-color:#EBECF0;flex-shrink:0;text-align:right;user-select:none'><span class='react-syntax-highlighter-line-number' style='opacity:1'>1\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>2\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>3\n</span></code><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;line-height:1.6666666666666667;padding:8px'>{\n &quot;token&quot;: &quot;&lt;token_from_response&gt;&quot;\n}</code></span></div><h5 id='Response.1'>Response</h5><div class='code-block '><span style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;background:#F4F5F7;color:#172B4D;border-radius:3px;display:flex;line-height:1.6666666666666667;overflow-x:auto;white-space:pre'><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:14px;line-height:1.4285714285714286;padding:8px;color:#8993A4;background-color:#EBECF0;flex-shrink:0;text-align:right;user-select:none'><span class='react-syntax-highlighter-line-number' style='opacity:1'>1\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>2\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>3\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>4\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>5\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>6\n</span><span class='react-syntax-highlighter-line-number' style='opacity:1'>7\n</span></code><code style='font-family:function () {\n return &quot;&#x27;SFMono-Medium&#x27;, &#x27;SF Mono&#x27;, &#x27;Segoe UI Mono&#x27;, &#x27;Roboto Mono&#x27;, &#x27;Ubuntu Mono&#x27;, Menlo, Consolas, Courier, monospace&quot;;\n};font-size:12px;line-height:1.6666666666666667;padding:8px'>HTTP 200\n{\n &quot;name&quot;: &quot;tunnel1&quot;,\n &quot;cloudOrgName&quot;: &quot;Cloud Org Name&quot;,\n &quot;cloudPageUrl&quot;, &quot;https://admin.atlassian.com/o/0c632b13-d717-4d1f-b895-208a5599d2f2/tunnels&quot;,\n &quot;appLinksUrl&quot;, &quot;&lt;Atlassian_Cloud_BaseURL&gt;/plugins/servlet/applinks/listApplicationLinks&quot;,\n}</code></span></div></div></div></div></div>","confluencePageId":null},{"id":"63bn4057o1i2u6AERdfIJL","title":"How are app tunnels different from opening the firewall?","description":"Check how can you use app tunnels to increase security.","url":"/organization-administration/docs/how-are-app-tunnels-different-from-opening-the-firewall/","lastPublished":"2023-10-06T19:28:22.304Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-are-app-tunnels-different-from-opening-the-firewall'>How are app tunnels different from opening the firewall?</h2><p data-renderer-start-pos='58'>Opening your firewall would require allowlisting a range of IP addresses that are used by Atlassian Cloud products. That’s still supported and was the only way to integrate your self-managed and Cloud products before we created the app tunnels.</p><p data-renderer-start-pos='304'>When you use app tunnels, you don’t have to open your network for any incoming connections, because the tunnel client (the Marketplace app installed in your self-managed instance) establishes a permanent secure websocket connection with the Atlassian Cloud infrastructure.</p><p data-renderer-start-pos='578'>Additionally, every tunnel has a security key with UUID. They can only be accessed by Atlassian’s internal systems that know this UUID. Tunneling is a common topology used by many organizations to provide controlled access to internal systems, and we’re also using our implementation of it.</p></div></div></div></div>","confluencePageId":null},{"id":"3rOZAM31NJyoeTqVAfmi50","title":"How can you track traffic coming through an app tunnel?","description":"Check if you can track traffic coming through an app tunnel to your network.","url":"/organization-administration/docs/how-can-you-track-traffic-coming-through-an-app-tunnel/","lastPublished":"2023-10-06T19:28:23.524Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-can-you-track-traffic-coming-through-an-app-tunnel'>How can you track traffic coming through an app tunnel?</h2><p data-renderer-start-pos='57'>Such tracking isn’t provided by default. However, when configuring application tunnels, you add an additional connector to your self-managed instance. You could use this connector as a proxy that can perform custom monitoring and logging, or block any incoming traffic. This isn’t part of this feature and you would need to set it up yourself.</p><p data-renderer-start-pos='402'><a class='sc-eIHaNI fVLHZh' href='https://support.atlassian.com/organization-administration/docs/configure-required-connections-and-upstream-ports/' title='https://support.atlassian.com/organization-administration/docs/configure-required-connections-and-upstream-ports/'>Learn more about the HTTP connector</a></p></div></div></div></div>","confluencePageId":null},{"id":"21wbzpq63lnJ8VkRxZL4gw","title":"How do you prevent attackers from connecting to a tunnel?","description":"Check what security restrictions prevent attackers from connecting to an app tunnel.","url":"/organization-administration/docs/how-do-you-prevent-attackers-from-connecting-to-a-tunnel/","lastPublished":"2023-10-06T19:28:24.738Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='How-do-you-prevent-attackers-from-connecting-to-a-tunnel'>How do you prevent attackers from connecting to a tunnel?</h2><p data-renderer-start-pos='59'>Every tunnel has a unique ID. An attacker would need to know this ID to make calls to the tunnel.</p><p data-renderer-start-pos='158'>We also use the following security restrictions:</p><ul class='ak-ul'><li><p data-renderer-start-pos='208'>The calls coming through the tunnel must be made from within Atlassian Cloud. Any other traffic isn’t accepted by a tunnel.</p></li><li><p data-renderer-start-pos='335'>The configured AuthN / AuthZ mechanism on the self-managed side</p></li></ul></div></div></div></div>","confluencePageId":null},{"id":"5At4ikrro8OJz9XnWjamZu","title":"What data can Atlassian Cloud retrieve through a tunnel?","description":"Check what data Atlassian Cloud can retrieve from your self-managed instance.","url":"/organization-administration/docs/what-data-can-atlassian-cloud-retrieve-through-a-tunnel/","lastPublished":"2023-10-06T19:28:25.942Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='What-data-can-Atlassian-Cloud-retrieve-through-a-tunnel'>What data can Atlassian Cloud retrieve through a tunnel?</h2><p data-renderer-start-pos='58'>Once a tunnel is created and working, Atlassian Cloud products can make any HTTP requests through it to your self-managed instances. Typically, they make requests to the REST API.</p><p data-renderer-start-pos='239'>Such requests must be authenticated and authorized by your self-managed instance. This is being handled by application links that you configure (and authorize) when you connect your products.</p></div></div></div></div>","confluencePageId":null},{"id":"2hPfb62hbeGWJqJVC3eq3i","title":"What's the purpose of the security key?","description":"Check why each tunnel uses a unique security key.","url":"/organization-administration/docs/whats-the-purpose-of-the-security-key/","lastPublished":"2023-10-06T19:28:27.206Z","pageType":"topic","body":"<div class='adf__content'><div style='position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden'></div><div style='position:absolute;height:0;width:100%'><object data='about:blank' type='text/html' style='position:absolute;height:0;width:100%' aria-hidden='true' tabindex='-1'></object></div><div class='ak-renderer-wrapper sc-dymIpo gEdAYa'><div></div><div class='sc-kXeGPI fIPKnQ'><div class='ak-renderer-document'><h2 id='What--x27-s-the-purpose-of-the-security-key'>What&#x27;s the purpose of the security key?</h2><p data-renderer-start-pos='41'>When you create a tunnel in <a class='sc-eIHaNI fVLHZh' href='http://admin.atlassian.com/' title='http://admin.atlassian.com/'>admin.atlassian.com</a>, you always generate a unique security key that needs to be added to your self-managed instance to establish the tunnel connection.</p><p data-renderer-start-pos='222'>A security key is unique to every tunnel. It ensures that only a trusted client (self-managed side) can connect to the tunnel server (Cloud side). This is to prevent any kind of Man in the Middle attacks.</p></div></div></div></div>","confluencePageId":null}],"tableOfContents":[],"url":"/organization-administration/docs/application-tunnel-security/","metaDescription":"Learn more about the security of application tunnels, including data encryption and tunnel access. Check how to regenerate security keys.","collectionId":"6Pb0NYNwbGgJTLasSq1Vuh","pageType":"Documentation","context":{"id":"48OgKzP3IKiOKPLp8nVEqG","type":"contextTheme","docsHomeSlug":"/organization-administration/resources/","icon":{},"deployment":"Not Applicable","hubName":"Organization administration"},"versions":[],"confluencePageId":null,"collections":[{"id":"6odzygkPJTic1g9iWc94su","pageType":"Documentation","title":"Learn about Atlassian organizations","description":"New to administering Atlassian cloud products? Learn about Atlassian organizations and what it means to be an organization admin.","url":"/organization-administration/docs/learn-about-atlassian-organizations/"},{"id":"3rtvCd6GOigLZu1bQwWq1c","pageType":"Documentation","title":"Manage products from your Atlassian organization","description":"Managing products from an organization? Learn what's available to organization admins.","url":"/organization-administration/docs/manage-products-from-your-atlassian-organization/"},{"id":"3tabbNsIyqb4N30ZDOxJCa","pageType":"Documentation","title":"Manage product changes from an Atlassian organization","description":"Need to control change in cloud? Test and manage product changes for Jira and Confluence Cloud.","url":"/organization-administration/docs/manage-product-changes-from-an-atlassian-organization/"},{"id":"6Pb0NYNwbGgJTLasSq1Vuh","pageType":"Documentation","title":"Connect to self-managed products with application tunnels","description":"Need to integrate your Atlassian products? Use application tunnels to connect your organization to the products in your network.","url":"/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/"},{"id":"20WX3Ld4ZU7NgzCnBIgylq","pageType":"Documentation","title":"Control your shadow IT footprint","description":"Are users signing up for products you don’t know about? Learn how to control the cost and security of your product footprint.","url":"/organization-administration/docs/control-your-shadow-it-footprint/"},{"id":"6n4KLysVOeuA7WxkKjCtv6","pageType":"Documentation","title":"Copy data from one instance of a cloud product to another","description":"Adding or reorganizing teams? Move projects, spaces, users, and other data from one instance of a product to another.","url":"/organization-administration/docs/copy-product-data/"},{"id":"5bToZUw1kApv5F5IDjHOjF","pageType":"Documentation","title":"Manage Atlassian products for HIPAA ","description":"Enable HIPAA compliance for eligible Atlassian products and protect your sensitive data.","url":"/organization-administration/docs/manage-atlassian-products-for-hipaa/"},{"id":"2XzG7JgKCgX4bizfjxSNfd","pageType":"Documentation","title":"Manage backup and restore for Atlassian products","description":"Need a backup and restore solution? Learn how to back up and restore projects, spaces, users, and other product data.","url":"/organization-administration/docs/manage-backup-and-restore-for-atlassian-products/"},{"id":"1ViQnhDIC7xHPmH6vttxhd","pageType":"Documentation","title":"Manage your Enterprise plan","description":"Enterprise-grade scale, security, and governance controls for Jira Software, Confluence, and Jira Service Management","url":"/organization-administration/docs/enterprise-plans/"},{"id":"1FKRrpJ9z0T2vFE8OfHFEC","pageType":"Documentation","title":"Report and track data across your organization","description":"Stay on top of users and data across your organization with all the reports and tracking options we offer.","url":"/organization-administration/docs/report-and-track-data-across-your-organization/"},{"id":"3zY448uQafgLf3L5Q00QyV","pageType":"Documentation","title":"Use AI in your organization","description":"Understand more about our artificial intelligence features and determine if AI is right for your organization","url":"/organization-administration/docs/use-ai-in-your-organization/"}],"relatedAppReferences":[],"metadata":{"id":"dyFjaGJmZa6WQ84OA84SU","type":"sitewideMetadata","publisher":"Atlassian","language":"en-US","license":"Except where otherwise noted, content in this space is licensed under a <a href=\"https://creativecommons.org/licenses/by/2.5/au/\">Creative Commons Attribution 2.5 Australia License</a>.","logo":"https://images.ctfassets.net/zsv3d0ugroxu/4usk6GCfTOCSKCwCQykYIu/34d7ed0904d9a0274fb906f86f51e1e1/Atlassian-vertical-blue-onecolor-rgb.svg","brand":"Atlassian","legalName":"Atlassian Corporation Plc","owns":"Jira Software,Jira Service Management,Jira Work Management,Jira Align,Confluence,Hipchat,Bitbucket,Bamboo,Crucible,Crowd,Sourcetree,OpsGenie,Statuspage,Trello,Halp,Mindville","siteName":"Atlassian Support"},"header":{"id":"3wZXajO6t2W8mUgA486Wai","type":"globalHeader","cloudProducts":[{"sys":{"id":"3yydXRuQ88gGCKOyYsAGaU"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Project and issue tracking","url":"jira-software-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2ryNZdkLeWXkQqIvNEjLUC/68e713a6278a65be548ced894add4391/product-jira-software.svg"},"productNameReference":{"sys":{"id":"jirasoftware"},"productName":"Jira Software"},"deploymentUrls":{"cloud":"/jira-software-cloud/"},"id":"3yydXRuQ88gGCKOyYsAGaU"},{"sys":{"id":"1gXBh54v1sayA6w8yowM8u"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Service management and customer support","url":"jira-service-management-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5XO1HrKiE8MUSUsmK4u0iw/e2639f598817f29b6cfb23143c0b3e52/product-jira-service-desk.svg"},"productNameReference":{"sys":{"id":"jiraservicedesk"},"productName":"Jira Service Management"},"deploymentUrls":{"cloud":"/jira-service-management-cloud/"},"id":"1gXBh54v1sayA6w8yowM8u"},{"sys":{"id":"4z1mIelYHYwE6ugCuqEg0y"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Document collaboration","url":"confluence-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"confluence"},"productName":"Confluence"},"deploymentUrls":{"cloud":"/confluence-cloud/"},"id":"4z1mIelYHYwE6ugCuqEg0y"},{"sys":{"id":"UhZk1Nq8UMkcuUsy6sI4C"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Git code management","url":"bitbucket-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7jHffRcR8c2a62QYQgOWMm/3d140c4e780318e6469bc9730bf4dae4/product-bitbucket.svg"},"productNameReference":{"sys":{"id":"bitbucket"},"productName":"Bitbucket"},"deploymentUrls":{"cloud":"/bitbucket-cloud/"},"id":"UhZk1Nq8UMkcuUsy6sI4C"},{"sys":{"id":"7aO3e0I67vVoQJXGXm2pjr"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Work more collaboratively and get more done","url":"trello","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2ReFMrwvLWgsuOYeS8A0IY/2bf80cd75257378e1c7961401cdba7a0/trello-icon-gradient-neutral.svg"},"productNameReference":{"sys":{"id":"3Pgvsvt3uylBV25qaoU8ui"},"productName":"Trello"},"deploymentUrls":{"cloud":"/trello/"},"id":"7aO3e0I67vVoQJXGXm2pjr"},{"sys":{"id":"OBPfqfSG24X1AQ74Oc9ob"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Rovo is helps your team find knowledge, learn from it and create action—through the power of AI.","url":"rovo","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/76K6F8fi57GqK1QLYPxseZ/075ccedd4f620c6c72cd8b04264ae063/logo-light_Rovo_mark_neutral_RGB.svg"},"productNameReference":{"sys":{"id":"1wFXee3vB0OUMBK6dJ5ncZ"},"productName":"Rovo"},"deploymentUrls":{"cloud":"/rovo/"},"id":"OBPfqfSG24X1AQ74Oc9ob"},{"sys":{"id":"74UlBDi4bbCZFw5rNyxpjj"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Loom is the video communication platform for async work.","url":"loom","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/6OgWPmEWx1xLdxLST3gI4S/c224788be20bd86a955571b8188d4ad7/logo-light_Loom_mark_neutral_RGB.svg"},"productNameReference":{"sys":{"id":"6TYrk1y0pRJilwiT69uMgM"},"productName":"Loom"},"deploymentUrls":{"cloud":"/loom/"},"id":"74UlBDi4bbCZFw5rNyxpjj"},{"sys":{"id":"10SbTAPoOxxVcyZMNH20Kf"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Your team’s home for product discovery","url":"jira-product-discovery","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7vHpRlHaNU3U6TsF4m46C0/b4847ba32aeba234e0d29443f8ebd154/Jira_Product_Discovery-icon-neutral.svg"},"productNameReference":{"sys":{"id":"22bKMdHH2crmVtvOW4gfGg"},"productName":"Jira Product Discovery"},"deploymentUrls":{"cloud":"/jira-product-discovery/"},"id":"10SbTAPoOxxVcyZMNH20Kf"},{"sys":{"id":"2QnaIiOyGAeI4aWeg4y8ms"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Manage any business project","url":"jira-work-management","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2X9EhQikv9HRnqfDpCKFvL/d1af7570d4122b9a8eea14ab6c3c8cee/mark-gradient-neutral-jira-work-management.svg"},"productNameReference":{"sys":{"id":"7kTpVjbv8bjQ67yVJiWQyh"},"productName":"Jira Work Management"},"deploymentUrls":{"cloud":"/jira-work-management/"},"id":"2QnaIiOyGAeI4aWeg4y8ms"},{"sys":{"id":"53Ep5GwhITPflhp1tT1Ale"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Unlock the agility of your enterprise","url":"jira-align","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/3hNsOWibeS1BKp9j67O5K8/c9d885c737060b4703c09584bd321b6e/JiraAlign-neutral.svg"},"productNameReference":{"sys":{"id":"jiraalign"},"productName":"Jira Align"},"deploymentUrls":{"cloud":"/jira-align/"},"id":"53Ep5GwhITPflhp1tT1Ale"},{"sys":{"id":"5t76PH9Mw7zagigkXzUa8H"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Modern incident management","url":"opsgenie","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5y8KlGdgeZsFJPldZMRi8I/9435fbf011c7b6c15dce7ad9fa450387/product-opsgenie.svg"},"productNameReference":{"sys":{"id":"opsgenie"},"productName":"Opsgenie"},"deploymentUrls":{"cloud":"/opsgenie/"},"id":"5t76PH9Mw7zagigkXzUa8H"},{"sys":{"id":"70RA5tkL23bUJmCn3bDjGy"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Build trust with every incident","url":"statuspage","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1sIAFaZTbIvQAXR8oJ1bY8/3ead0fdbf8c2435b03dcce7f9309deb0/statuspage-mark-gradient-neutral.svg"},"productNameReference":{"sys":{"id":"statuspage"},"productName":"Statuspage"},"deploymentUrls":{"cloud":"/statuspage/"},"id":"70RA5tkL23bUJmCn3bDjGy"},{"sys":{"id":"GRwdL69kctHpHtKJ7zcJ1"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"A teamwork directory","url":"platform-experiences","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1GKGxGW9OIU6CiAOugs6s6/09146dfbeb437b37572da3f8c4b84682/product-atlassian.svg"},"productNameReference":{"sys":{"id":"6kdRPGfYiLXS40s5lykYaS"},"productName":"Platform experiences"},"deploymentUrls":{"cloud":"/platform-experiences/"},"id":"GRwdL69kctHpHtKJ7zcJ1"},{"sys":{"id":"6wktSePjIQKs6KcqcCeyEO"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"team-calendars-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"teamcalendars"},"productName":"Team Calendars"},"deploymentUrls":{"cloud":"/team-calendars-cloud/"},"id":"6wktSePjIQKs6KcqcCeyEO"},{"sys":{"id":"1wFo6tw3l6OQYIoCoW04MW"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"questions-for-confluence-cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"questionsforconfluence"},"productName":"Questions for Confluence"},"deploymentUrls":{"cloud":"/questions-for-confluence-cloud/"},"id":"1wFo6tw3l6OQYIoCoW04MW"},{"sys":{"id":"2z0gZxjenWQMWqIqUIqSWw"},"version":"Not Applicable","deployment":"Cloud","productBlurb":null,"url":"cloud","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1GKGxGW9OIU6CiAOugs6s6/09146dfbeb437b37572da3f8c4b84682/product-atlassian.svg"},"productNameReference":{"sys":{"id":"atlassiancloud"},"productName":"Atlassian Cloud"},"deploymentUrls":{"cloud":"/cloud/"},"id":"2z0gZxjenWQMWqIqUIqSWw"},{"sys":{"id":"5H0E33RpbSIBhC4Rf3X6sK"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Data visualization and analytics","url":"analytics","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2nR3ktZ8lVxfM4YyqhgPyJ/92c17d17c7d67a9016ec704b453d6b2a/atlassian-analytics-logo-neutral.svg"},"productNameReference":{"sys":{"id":"4114hkTUsuTHRSjjQUd8Dd"},"productName":"Atlassian Analytics"},"deploymentUrls":{"cloud":"/analytics/"},"id":"5H0E33RpbSIBhC4Rf3X6sK"},{"sys":{"id":"1IrNp77C6KQk9FZ7y8V1f2"},"version":"Not Applicable","deployment":"Cloud","productBlurb":"Mission control for your distributed architecture","url":"compass","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2eSRJQ1BXQ7IQCBDzXoG8n/68160ab89051adfb887d7b9576ff78a2/compass-mark-gradient-neutral.svg"},"productNameReference":{"sys":{"id":"1ndBBFKwZNMEzDmJzMd6Wo"},"productName":"Compass"},"deploymentUrls":{"cloud":"/compass/"},"id":"1IrNp77C6KQk9FZ7y8V1f2"}],"serverProducts":[{"sys":{"id":"kvr1LpMbeXQeqBF6BJG5S"},"version":"Latest","deployment":"Server","productBlurb":"Project and issue tracking","url":"jira-software-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2ryNZdkLeWXkQqIvNEjLUC/68e713a6278a65be548ced894add4391/product-jira-software.svg"},"productNameReference":{"sys":{"id":"jirasoftware"},"productName":"Jira Software"},"deploymentUrls":{"server":"/jira-software-server/"},"id":"kvr1LpMbeXQeqBF6BJG5S"},{"sys":{"id":"1XBrxhXDoqegKhDG1BLAvI"},"version":"Latest","deployment":"Server","productBlurb":"Service management and customer support","url":"jira-service-management-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5XO1HrKiE8MUSUsmK4u0iw/e2639f598817f29b6cfb23143c0b3e52/product-jira-service-desk.svg"},"productNameReference":{"sys":{"id":"jiraservicedesk"},"productName":"Jira Service Management"},"deploymentUrls":{"server":"/jira-service-management-server/"},"id":"1XBrxhXDoqegKhDG1BLAvI"},{"sys":{"id":"1F1m8sxD1tMlsaORRYGD1f"},"version":"Latest","deployment":"Server","productBlurb":"Manage any business project","url":"jira-core-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/21gzmyvnc8CwM0w2aGmmAg/0f01efe29eff8610c17bb7229a984102/product-jira-core.svg"},"productNameReference":{"sys":{"id":"jiracore"},"productName":"Jira Core"},"deploymentUrls":{"server":"/jira-core-server/"},"id":"1F1m8sxD1tMlsaORRYGD1f"},{"sys":{"id":"zifyQJ8ZmqvAmcXgWIWSR"},"version":"Latest","deployment":"Server","productBlurb":"Document collaboration","url":"confluence-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"confluence"},"productName":"Confluence"},"deploymentUrls":{"server":"/confluence-server/"},"id":"zifyQJ8ZmqvAmcXgWIWSR"},{"sys":{"id":"5nDH84LjHRq8Opn1Tmt2an"},"version":"Latest","deployment":"Server","productBlurb":"Git code management","url":"bitbucket-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7jHffRcR8c2a62QYQgOWMm/3d140c4e780318e6469bc9730bf4dae4/product-bitbucket.svg"},"productNameReference":{"sys":{"id":"bitbucket"},"productName":"Bitbucket"},"deploymentUrls":{"server":"/bitbucket-server/"},"id":"5nDH84LjHRq8Opn1Tmt2an"},{"sys":{"id":"6aFX6UNeJUogMmuSW04uEO"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"bamboo","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5cZzc5enr28OswCKgi8GmC/018925141152d28f1b32d3393cb62dc3/product-bamboo.svg"},"productNameReference":{"sys":{"id":"bamboo"},"productName":"Bamboo"},"deploymentUrls":{"server":"/bamboo/"},"id":"6aFX6UNeJUogMmuSW04uEO"},{"sys":{"id":"4pI1aZ1P4QW82KKcU2o2A2"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"crowd","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1lfONdUiDiSquk8asma4w4/40e6e29c6f5734aaa154f87160e56fdb/product-crowd.svg"},"productNameReference":{"sys":{"id":"crowd"},"productName":"Crowd"},"deploymentUrls":{"server":"/crowd/"},"id":"4pI1aZ1P4QW82KKcU2o2A2"},{"sys":{"id":"5F7bce6w8w0eMqeqeGSa42"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"crucible","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5YactY6Ty8wUAEqUsuW48a/cb2abedc92fe2abb55eac3e97755b5e1/product-crucible.svg"},"productNameReference":{"sys":{"id":"crucible"},"productName":"Crucible"},"deploymentUrls":{"server":"/crucible/"},"id":"5F7bce6w8w0eMqeqeGSa42"},{"sys":{"id":"x5esi3PpaoAAaekGEGWqY"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"fisheye","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5kjkRwmgLK0e806CuaqYEM/52396c5d2f0a37f24958e8200b51fda3/product-fisheye.svg"},"productNameReference":{"sys":{"id":"fisheye"},"productName":"Fisheye"},"deploymentUrls":{"server":"/fisheye/"},"id":"x5esi3PpaoAAaekGEGWqY"},{"sys":{"id":"6DftT4SP0A6eiAkISKuu6Y"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"sourcetree","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/4qaLjwpqNWM2sEYU4ekEs8/b82634b7421725a368e7b409124369ac/product-sourcetree.svg"},"productNameReference":{"sys":{"id":"sourcetree"},"productName":"Sourcetree"},"deploymentUrls":{"server":"/sourcetree/"},"id":"6DftT4SP0A6eiAkISKuu6Y"},{"sys":{"id":"6pcStE2pewRQyCtz7yHnm1"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"advanced-roadmaps-for-jira-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/21gzmyvnc8CwM0w2aGmmAg/0f01efe29eff8610c17bb7229a984102/product-jira-core.svg"},"productNameReference":{"sys":{"id":"portfolioforjira"},"productName":"Advanced Roadmaps for Jira"},"deploymentUrls":{"server":"/advanced-roadmaps-for-jira-server/"},"id":"6pcStE2pewRQyCtz7yHnm1"},{"sys":{"id":"2oDTelIDk4LAM0Bxomfo7m"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"team-calendars-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"teamcalendars"},"productName":"Team Calendars"},"deploymentUrls":{"server":"/team-calendars-server/"},"id":"2oDTelIDk4LAM0Bxomfo7m"},{"sys":{"id":"4FWxkzknncoyN31Gnft19o"},"version":"Latest","deployment":"Server","productBlurb":null,"url":"questions-for-confluence-server","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg"},"productNameReference":{"sys":{"id":"questionsforconfluence"},"productName":"Questions for Confluence"},"deploymentUrls":{"server":"/questions-for-confluence-server/"},"id":"4FWxkzknncoyN31Gnft19o"}],"additionalLinks":[{"linkLabel":"Contact support","linkUrl":"https://support.atlassian.com/contact/","linkIcon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/34aQizNVKUaasai48ASqg2/0ca6041940bcf6b5fd74e559b90eb9e9/question-circle.svg"}},{"linkLabel":"Training & Certification","linkUrl":"https://www.atlassian.com/university","linkIcon":null},{"linkLabel":"Atlassian Migration Program","linkUrl":"https://www.atlassian.com/cloud-migration","linkIcon":null},{"linkLabel":"GDPR guides","linkUrl":"https://confluence.atlassian.com/gdpr","linkIcon":null},{"linkLabel":"Enterprise services","linkUrl":"https://www.atlassian.com/enterprise/services","linkIcon":null},{"linkLabel":"Atlassian Partners","linkUrl":"https://www.atlassian.com/partners","linkIcon":null},{"linkLabel":"Developers","linkUrl":"https://developer.atlassian.com","linkIcon":null},{"linkLabel":"Success Central","linkUrl":"https://success.atlassian.com","linkIcon":null},{"linkLabel":"User groups","linkUrl":"http://aug.atlassian.com","linkIcon":null},{"linkLabel":"Automation for Jira","linkUrl":"https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/","linkIcon":null},{"linkLabel":"Atlassian.com","linkUrl":"http://www.atlassian.com","linkIcon":null}],"atlassianSupportLogo":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2a2EqJ1z4IOCa4EKCSAi2s/3f934328cbeb68b72892e7f50b65e380/support-logo-atlassian.svg"},"atlassianLogo":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/2sOh4sF3DSm8Qy8GigKK0S/1c7619d9db378c5ee902d8eeb8fde65b/atlassian-logo-footer.svg"}},"resources":{"cards":[{"sys":{"id":"b3fTs5PrPymsKyewq2uee"},"title":"Documentation","buttonLink":"https://confluence.atlassian.com","buttonText":"View documentation","shortTitle":null,"shortDescription":"Usage and admin help","hideInHeader":true,"analytics":"${Product} Documentation","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/4Cs5CJu2HmeciSw8Mkko8o/95788f8f4964f0cd5a5354b97b471acb/rich_icon-User_manual.svg"},"id":"b3fTs5PrPymsKyewq2uee"},{"sys":{"id":"1eb4CYi6GQecc4S0amoCGm"},"title":"Knowledge Base","buttonLink":"https://atlassian.com","buttonText":"View knowledge base","shortTitle":null,"shortDescription":null,"hideInHeader":true,"analytics":"KnowledgeBase","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/7ca1Khsr72IW6UUSoOiMis/33d91b1c76b560d62852213d1f0fb5a9/lifesaver_Light_mode_spot.svg"},"id":"1eb4CYi6GQecc4S0amoCGm"},{"sys":{"id":"1jekufjl8YMw4eUKoI6kg6"},"title":"Community","buttonLink":"https://community.atlassian.com","buttonText":"Visit Atlassian Community","shortTitle":null,"shortDescription":"Answers, support and inspiration","hideInHeader":null,"analytics":"Community","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/199clY7qv6MQc2EasKkGim/b94d340fd8cfd453784e97b3a8c547ed/rich_icon-Community.svg"},"id":"1jekufjl8YMw4eUKoI6kg6"},{"sys":{"id":"5buCUK1TCgS2q6KMGkIkSy"},"title":"System Status","buttonLink":"https://status.atlassian.com/","buttonText":"View system status","shortTitle":null,"shortDescription":"Cloud services health","hideInHeader":null,"analytics":"System Status","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/mNCBZvDshqueq0EeKmise/94d904fbd231bfc5c90cf3bbee00a855/speedometer_Light_mode_spot.svg"},"id":"5buCUK1TCgS2q6KMGkIkSy"},{"sys":{"id":"2nRNjDkbCcUwSOq422y66"},"title":"Suggestions and bug reports","buttonLink":"https://jira.atlassian.com/secure/Dashboard.jspa?selectPageId=10440","buttonText":"View suggestions and bugs","shortTitle":"Suggestions and bugs","shortDescription":"Feature suggestions and bug reports","hideInHeader":null,"analytics":"Suggestion bug","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/4LAr0Xsaq4gUk60Uy6eYwk/e86fd54ec59e9b7e64516f3a0eb5aeb5/rich_icon-Lightbulb.svg"},"id":"2nRNjDkbCcUwSOq422y66"},{"sys":{"id":"77KyWObmQowc8oycAK6mo2"},"title":"Marketplace apps","buttonLink":"https://marketplace.atlassian.com/","buttonText":"View Marketplace","shortTitle":"Marketplace","shortDescription":"Product apps","hideInHeader":null,"analytics":"Marketplace","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/1ss3lke3aYcVp07USZwdMY/b9c86efbf54d4ce96607262a7cb3b3ef/rich_icon-Integration.svg"},"id":"77KyWObmQowc8oycAK6mo2"},{"sys":{"id":"t7tq3EzI9qwcKMaES0i0y"},"title":"Billing and licensing","buttonLink":"https://www.atlassian.com/licensing/purchase-licensing","buttonText":"View FAQs","shortTitle":null,"shortDescription":"Frequently asked questions","hideInHeader":null,"analytics":"Billing","icon":{"url":"https://images.ctfassets.net/zsv3d0ugroxu/5Cb1EEBbNKkm8uK24mIeEs/9ad6432e9652bd788ebf619c4d242cb5/rich_icon-Credit_cards.svg"},"id":"t7tq3EzI9qwcKMaES0i0y"}]},"preview":false,"contentType":"topicSet"}, contentType: "topicSet", contentAri: "ari:third-party:contentful::entry/zsv3d0ugroxu/master/5Y2by8mZcZ1W6X0m04ztmW", featureFlags: {}, pageTree: [{"id":"6odzygkPJTic1g9iWc94su","updatedAt":"2024-06-17T04:19:40.110Z","slug":"/organization-administration/docs/learn-about-atlassian-organizations/","title":"Learn about Atlassian organizations","childList":[{"id":"5otDfOEIbVgFn9FREZYar2","slug":"/organization-administration/docs/what-is-an-atlassian-organization/","updatedAt":"2024-06-13T00:11:00.798Z","title":"What is an Atlassian organization?","description":"Learn how to manage your company's products and employee user accounts from an Atlassian organization.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"3S9xPnY9xqMgS8NOUkcUek","slug":"/organization-administration/docs/get-started-with-an-atlassian-organization/","updatedAt":"2024-05-01T23:27:07.828Z","title":"Get started with an Atlassian organization","description":"Sign up for an Atlassian organization when you're getting started with Atlassian cloud products.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"3ABn3j6cTJqoTAKWG0SfJ8","slug":"/organization-administration/docs/explore-an-atlassian-organization/","updatedAt":"2024-09-30T17:03:13.653Z","title":"Navigate the Atlassian administration","description":"Find out what the Atlassian administration for an organization looks like and how to navigate between tabs.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"4PyBqQDREs6Kp8lt8LJutZ","slug":"/organization-administration/docs/how-many-instances-of-a-product-does-my-organization-need/","updatedAt":"2024-06-05T08:08:49.970Z","title":"What are the benefits of multiple instances?","description":"Determine whether your need one or multiple product instances for your Atlassian organization.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"7MKCDhADIHrSIq1mNp7dWT","slug":"/organization-administration/docs/understand-atlassian-access/","updatedAt":"2024-06-13T00:54:16.638Z","title":"Understand Atlassian Guard","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"3JG4mll4G6cQRdgDmxqNqq","slug":"/organization-administration/docs/organization-admin-abilities-for-cloud-products/","updatedAt":"2024-09-17T05:36:46.609Z","title":"Organization admin abilities for cloud products","description":"Learn which organization admin settings and tasks are available for each Atlassian cloud product.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"2Omd3ce5jdZjWC2vL2DwOT","slug":"/organization-administration/docs/manage-an-organization-with-the-admin-apis/","updatedAt":"2023-12-07T19:58:12.407Z","title":"Manage an organization with the admin APIs","description":"Programmatically manage your organization and users with the admin REST API.","collectionId":"6odzygkPJTic1g9iWc94su"},{"id":"6tZq3RvWi3Ad0VdUoWDyMR","updatedAt":"2023-12-07T19:52:38.911Z","slug":"/organization-administration/docs/delete-an-atlassian-organization/","title":"Delete an Atlassian organization","childList":[{"id":"2zQscmjXEk4lSfCPGX7pDG","slug":"/organization-administration/docs/back-up-your-data/","updatedAt":"2024-09-30T04:29:00.716Z","title":"Back up your data","description":"Understand what you can back up before deleting your organization, and how to do it."},{"id":"3rWwWeyqNOo2m3SoG5v2s2","slug":"/organization-administration/docs/remove-domains-and-products-from-your-organization/","updatedAt":"2024-09-04T18:07:08.309Z","title":"Remove domains and products from your organization","description":"Learn how to remove domains associated with your organization and products included in your active subscriptions."},{"id":"7u5JiwujSuNK9moOpTKa0U","slug":"/organization-administration/docs/delete-your-organization/","updatedAt":"2024-03-05T00:17:32.686Z","title":"Delete your organization","description":"Find out the steps for deleting your organization.\n\n"},{"id":"71omXhucT6XNwn8gyp6eeN","slug":"/organization-administration/docs/can-i-restore-an-organization/","updatedAt":"2023-12-07T19:53:13.553Z","title":"Can I restore an organization?","description":"Find out whether you can restore an organization that’s been deleted.\n"}],"description":"Learn what you need to do before deleting your Atlassian organization, how to delete it, and whether you can restore it."}],"pageType":"Documentation"},{"id":"3rtvCd6GOigLZu1bQwWq1c","updatedAt":"2023-12-07T19:41:08.667Z","slug":"/organization-administration/docs/manage-products-from-your-atlassian-organization/","title":"Manage products from your Atlassian organization","childList":[{"id":"6Gkoe0CiXeUXPcEHCRcLgS","slug":"/organization-administration/docs/add-a-new-product-to-your-organization/","updatedAt":"2024-11-18T06:37:23.301Z","title":"Add a new product to your organization","description":"Set up a product for your users by adding it to a new or existing site.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"},{"id":"7GNJ2KEaYvsYCWLbO5wlQJ","slug":"/organization-administration/docs/set-your-sites-landing-product/","updatedAt":"2023-12-07T19:35:17.430Z","title":"Set your site’s landing product","description":"Select a product you want to send users to first when they log in with your site URL.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"},{"id":"51KxBogHzP8tQZPtVsYZlI","slug":"/organization-administration/docs/ip-addresses-and-domains-for-atlassian-cloud-products/","updatedAt":"2024-10-25T04:27:44.791Z","title":"IP addresses and domains for Atlassian cloud products","description":"Make sure users can access Atlassian cloud products from the right domains and IP addresses.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"},{"id":"3vXAPVOQgWCLy8fMoWUZoP","updatedAt":"2024-05-30T23:00:21.278Z","slug":"/organization-administration/docs/add-custom-email-addresses-for-product-notifications/","title":"Add custom email addresses for product notifications","childList":[{"id":"65T610up2Fm9YMOlQ4iSP6","slug":"/organization-administration/docs/what-are-the-benefits-of-dmarc/","updatedAt":"2024-05-30T23:00:12.295Z","title":"What are the benefits of DMARC?","description":"Learn how setting up DMARC for your organization helps to keep emails secure and improve delivery rates."},{"id":"2bTkoDldodr10uZke60ogF","slug":"/organization-administration/docs/what-are-the-steps-for-setting-up-custom-email-addresses/","updatedAt":"2024-05-30T23:00:25.070Z","title":"What are the steps for setting up custom email addresses?","description":"Understand the process for setting up DMARC so that Jira and Confluence product admins can customize email sender addresses of notifications."},{"id":"5VDCe3HagNMKKksSvr8laF","slug":"/organization-administration/docs/what-are-the-dns-records-required-for-configuring-dmarc/","updatedAt":"2024-05-30T23:00:22.287Z","title":"What are the DNS records required for configuring DMARC?","description":"Learn about the different DNS records that we provide as part of setting up DMARC."},{"id":"6Kbn8wvRr28DzGjDsBEgUz","slug":"/organization-administration/docs/add-your-email-domain/","updatedAt":"2023-12-07T19:48:57.579Z","title":"Add your email domain","description":"Add your email domain so that you can add email addresses with that domain."},{"id":"2hg0EQzqxtkFjxf5s9vDpW","slug":"/organization-administration/docs/copy-and-add-dns-records-to-your-domain-provider/","updatedAt":"2023-12-07T19:48:42.618Z","title":"Copy and add DNS records to your domain provider","description":"Add a list of DNS records to your domain provider so that we can confirm that records match to verify domain ownership."},{"id":"IrIPDsKzhZ6gl05eGXx15","slug":"/organization-administration/docs/add-email-addresses-for-your-domain/","updatedAt":"2024-05-30T23:00:21.668Z","title":"Add email addresses for your domain","description":"Add the email addresses that your product admins can choose from when configuring product notifications."},{"id":"3XMl7HMpJ3MVzeipexIkaK","slug":"/organization-administration/docs/remove-an-email-domain/","updatedAt":"2023-12-07T19:48:13.302Z","title":"Remove an email domain","description":"Remove an email domain to remove all the domain’s email addresses from the product notifications."},{"id":"4E4eVa9HcskylJqHezziEN","slug":"/organization-administration/docs/remove-an-email-address-for-your-domain/","updatedAt":"2023-12-07T19:48:00.844Z","title":"Remove an email address for your domain","description":"Remove an email address so that project admins can no longer choose it for the product notifications."},{"id":"YQgEnOgMQwSDzf5oZKtc0","slug":"/organization-administration/docs/make-an-email-address-unavailable-in-a-product/","updatedAt":"2024-05-14T04:01:01.917Z","title":"Make an email address unavailable in a product","description":"Make an email address unavailable, so that product admins can no longer choose it for the product notifications."}],"description":"Set up custom email addresses so that product notification emails look like they’re coming from your company’s domain. "},{"id":"5jsTdOIACUuuUIC15DUKla","updatedAt":"2024-07-10T18:59:17.997Z","slug":"/organization-administration/docs/update-your-product-and-site-url/","title":"Update your product and site URL","childList":[{"id":"4MAGshtddQ1tSWG4nzu6dr","slug":"/organization-administration/docs/can-i-change-the-url-used-to-access-a-product/","updatedAt":"2024-11-21T22:02:16.417Z","title":"Can I update the URL used to access a product?","description":"Decide whether to update the subdomain in the default URL, or specify your own domain."},{"id":"6xloDZmD4meUrEhZbJQj8p","slug":"/organization-administration/docs/update-a-product-url/","updatedAt":"2024-06-18T01:48:13.695Z","title":"Update a product URL subdomain","description":"Learn how to change the subdomain part of the URL used to access your cloud products."},{"id":"7N2tgjLq66zF9YARdgjQ8m","slug":"/organization-administration/docs/does-updating-a-products-url-impact-its-installed-apps/","updatedAt":"2024-07-10T18:59:25.300Z","title":"Does updating a product's URL impact its apps?","description":"Learn about what to do when you want to change the URL of a product with apps."},{"id":"3lFd1SBZLpTWiLzgUrlkPI","slug":"/organization-administration/docs/add-a-custom-domain/","updatedAt":"2024-11-07T22:59:42.433Z","title":"Add a custom domain","description":"Allow your team to access Atlassian products from your own, branded domain. "},{"id":"30bsRIvV32nKlmAj98qNi6","slug":"/organization-administration/docs/remove-or-deactivate-a-custom-domain/","updatedAt":"2024-10-04T17:52:32.361Z","title":"Remove or deactivate a custom domain","description":"Remove or deactivate your own, branded domain and revert back to the default Product URL."},{"id":"5XiP2O2PClIQOkBxRyNyzg","slug":"/organization-administration/docs/troubleshoot-custom-domains/","updatedAt":"2024-07-10T18:59:33.660Z","title":"Troubleshoot custom domains","description":"Troubleshoot problems with your custom domain."}],"description":"Learn how to keep your product URLs consistent with your company’s brand."},{"id":"7BoqV3iUnNywTQoTQmtBuS","slug":"/organization-administration/docs/should-i-merge-my-atlassian-organizations/","updatedAt":"2024-10-02T05:43:06.274Z","title":"Can I merge my Atlassian organizations?","description":"Consider the advantages and disadvantages of consolidating all your products under one organization.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"},{"id":"6e1uGcG96IciWuXfUscD1M","slug":"/organization-administration/docs/transfer-products-to-another-organization/","updatedAt":"2024-10-03T05:41:24.081Z","title":"Transfer all products to another organization","description":"Complete the transfer checklist before moving all products from one organization to another.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"},{"id":"2H3hTRsELPo0GoKqlFiaVC","slug":"/organization-administration/docs/migrate-from-jira-work-management-to-jira/","updatedAt":"2024-10-28T04:20:55.500Z","title":"Migrate from Jira Work Management to Jira","description":"To manually migrate your users from Jira Work Management to Jira, follow these steps.","collectionId":"3rtvCd6GOigLZu1bQwWq1c"}],"pageType":"Documentation"},{"id":"3tabbNsIyqb4N30ZDOxJCa","updatedAt":"2024-02-13T02:00:57.244Z","slug":"/organization-administration/docs/manage-product-changes-from-an-atlassian-organization/","title":"Manage product changes from an Atlassian organization","childList":[{"id":"6fnHx4HJklvLeFTqzMSHuX","slug":"/organization-administration/docs/manage-product-release-tracks/","updatedAt":"2024-10-08T00:59:08.219Z","title":"Manage product release tracks","description":"Choose if your products get changes continuously or as a delayed bundle.","collectionId":"3tabbNsIyqb4N30ZDOxJCa"},{"id":"1Ju7aJnUdrZgD95GWhtKky","updatedAt":"2024-04-22T06:33:28.747Z","slug":"/organization-administration/docs/manage-atlassian-product-sandboxes/","title":"Manage Atlassian product sandboxes","childList":[{"id":"6gAkTRuXkHPa5r4CAjiP8T","slug":"/organization-administration/docs/what-are-sandboxes/","updatedAt":"2024-05-03T05:13:16.151Z","title":"What are sandboxes?","description":"Learn what sandboxes are and the benefits of using them."},{"id":"30YamEE0MlrCNo2gDY0bPK","slug":"/organization-administration/docs/create-a-sandbox/","updatedAt":"2024-05-06T04:13:20.017Z","title":"Create a sandbox","description":"Learn how to create a sandbox and how to view the created sandboxes."},{"id":"7EQFo0wL80an2ZB1OjUUal","slug":"/organization-administration/docs/copy-production-data-to-sandbox/","updatedAt":"2024-07-17T03:01:27.688Z","title":"Copy production data to sandbox","description":"Learn how to copy production data to a sandbox."},{"id":"7s85z55p1vmpoV11yc7az","slug":"/organization-administration/docs/what-data-is-copied-to-sandboxes/","updatedAt":"2024-07-17T02:58:05.336Z","title":"What data is copied to sandboxes","description":"Learn what product data you can copy to your sandbox."},{"id":"2QZGwZtazcj2m3sKOyPG43","slug":"/organization-administration/docs/view-latest-sandbox-update/","updatedAt":"2024-02-07T02:09:49.601Z","title":"View latest sandbox update","description":"View when production data was last copied to your sandbox."},{"id":"6xLwwJlwmo2fXpHGuSxRvC","slug":"/organization-administration/docs/update-a-sandbox-url/","updatedAt":"2024-02-07T02:11:19.734Z","title":"Update a sandbox URL","description":"See the steps you need to take to update the sandbox URL."},{"id":"61qggaTuyVaElaxEAKph7K","slug":"/organization-administration/docs/grant-access-to-a-sandbox/","updatedAt":"2024-04-23T00:42:49.159Z","title":"Grant access to a sandbox","description":"Grant users access to sandbox depending on your user management experience."},{"id":"6c8u9pLXvK5HUOzl3b1cxk","slug":"/organization-administration/docs/delete-a-sandbox/","updatedAt":"2024-05-03T05:29:02.731Z","title":"Delete a sandbox","description":"See the steps you need to take to delete your sandbox."},{"id":"3eR40FcTQlxEuhVUntn5vk","slug":"/organization-administration/docs/restore-a-sandbox/","updatedAt":"2024-02-07T02:17:31.690Z","title":"Restore a sandbox","description":"See what you need to do to restore a sandbox."},{"id":"7kMVodUozvi73AUl14XpuZ","slug":"/organization-administration/docs/manage-apps-for-sandboxes/","updatedAt":"2024-04-23T00:49:42.879Z","title":"Manage apps for sandboxes","description":"Learn which apps are supported and how to add and remove them from your sandbox."},{"id":"6flBR5X5clu8awMduNiYkD","slug":"/organization-administration/docs/jira-family-and-sandboxes/","updatedAt":"2024-07-15T09:36:34.932Z","title":"Jira family and sandboxes","description":"Learn how Jira family products work for sandboxes."},{"id":"5x15fZEGHG9pyf24PdeD3P","slug":"/organization-administration/docs/invalid-or-missing-filters-for-sandbox/","updatedAt":"2024-04-22T06:29:19.885Z","title":"Invalid or missing filters for Sandbox","description":"Learn how to remove invalid filters from project boards."},{"id":"E1tc9V89w1MpvPWApwXGQ","slug":"/organization-administration/docs/sandbox-data-copy-and-data-protection/","updatedAt":"2024-06-27T05:08:10.413Z","title":"Sandbox data copy and data protection","description":"Learn about sandbox data copy and data protection"}],"description":"Create a sandbox environment to experiment and test before making changes to production."},{"id":"4sL8x0XaxJXQSpTBfrfElf","slug":"/organization-administration/docs/keep-track-of-maintenance-windows/","updatedAt":"2024-10-09T21:04:23.948Z","title":"Keep track of maintenance windows","description":"Track your product maintenence windows.","collectionId":"3tabbNsIyqb4N30ZDOxJCa"},{"id":"AaSpnAmsLtPlxa099htm4","slug":"/organization-administration/docs/keep-up-with-atlassian-changes-to-products/","updatedAt":"2024-04-30T23:16:16.388Z","title":"Keep up with Atlassian changes to products","description":"Find out about Atlassian changes that might impact your organization and stay up to date on the newest features.","collectionId":"3tabbNsIyqb4N30ZDOxJCa"},{"id":"yZxqh92j93GHI6VPBdbDG","slug":"/organization-administration/docs/defer-atlassian-changes-rolling-out-to-your-products/","updatedAt":"2024-10-24T04:24:30.900Z","title":"Defer Atlassian changes rolling out to your products","description":"Defer Atlassian changes when your organization needs more time to prepare.","collectionId":"3tabbNsIyqb4N30ZDOxJCa"},{"id":"1fo3vs8VVN9aLFD0wh4hct","slug":"/organization-administration/docs/manage-atlassian-experiments/","updatedAt":"2024-11-10T21:22:29.395Z","title":"Manage Atlassian experiments","description":"Choose if your organization receives Atlassian changes in development.","collectionId":"3tabbNsIyqb4N30ZDOxJCa"}],"pageType":"Documentation"},{"id":"6Pb0NYNwbGgJTLasSq1Vuh","updatedAt":"2022-05-05T14:44:24.488Z","slug":"/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/","title":"Connect to self-managed products with application tunnels","childList":[{"id":"3fjrAWWNJlUA7DPCxC4Efo","slug":"/organization-administration/docs/what-are-application-tunnels/","updatedAt":"2024-05-02T09:00:07.578Z","title":"What are application tunnels?","description":"Learn how application tunnels can help you securely connect to self-managed instances in your network.","collectionId":"6Pb0NYNwbGgJTLasSq1Vuh"},{"id":"EDNuQM7DyC3HQ330Rc58m","updatedAt":"2022-05-05T14:44:24.535Z","slug":"/organization-administration/docs/configure-application-tunnels/","title":"Configure application tunnels","childList":[{"id":"1HuF3xJ8gZX4I0NZj6x06L","slug":"/organization-administration/docs/install-application-tunnels-from-atlassian-marketplace/","updatedAt":"2023-10-06T19:09:41.878Z","title":"Install application tunnels from Atlassian Marketplace","description":"As a first step, install application tunnels as a Marketplace app in your self-managed instance."},{"id":"3U6AffG9hWKA5T9aR2UDBC","slug":"/organization-administration/docs/configure-required-connections-and-upstream-ports/","updatedAt":"2024-10-11T09:02:50.432Z","title":"Configure required connections and upstream ports","description":"After you install the Marketplace app, configure required connections so your self-managed instance can connect to the tunnel."},{"id":"4I0paNOvHA4xZ0tV0jvoNG","slug":"/organization-administration/docs/create-an-application-tunnel-to-your-self-managed-instance/","updatedAt":"2024-02-01T06:19:21.893Z","title":"Create an application tunnel to your self-managed instance","description":"Next, create an application tunnel from admin.atlassian.com and copy its security to your self-managed instance."},{"id":"64K0vYX6JVGd77WHcylkUT","slug":"/organization-administration/docs/create-a-tunneled-application-link/","updatedAt":"2024-07-23T07:42:01.487Z","title":"Create a tunneled application link","description":"After creating a tunnel, create a tunneled application link from your cloud product and point it at the tunnel you created."},{"id":"5bcJlpEAej7iL02VYt90yt","slug":"/organization-administration/docs/view-cloud-products-that-use-the-tunnel/","updatedAt":"2024-04-22T05:06:31.150Z","title":"View cloud products that use the tunnel","description":"After creating tunneled application links, you can view cloud products that use each of your tunnels."},{"id":"rSoiq4IIrGiOijgD49miU","slug":"/organization-administration/docs/troubleshoot-application-tunnels/","updatedAt":"2024-04-18T04:24:05.230Z","title":"Troubleshoot application tunnels","description":"Learn how to enable extra logging and solve the most common problems."}],"description":"Configure application tunnels to connect your Atlassian cloud and self-managed products."},{"id":"5Y2by8mZcZ1W6X0m04ztmW","updatedAt":"2024-03-13T10:46:50.289Z","slug":"/organization-administration/docs/application-tunnel-security/","title":"Application tunnel security","childList":[{"id":"63oLdNjZTfLui0wz58fLAF","slug":"/organization-administration/docs/security-overview-of-application-tunnels/","updatedAt":"2024-08-09T16:34:54.325Z","title":"Security overview of application tunnels","description":"Learn more about the security of app tunnels, with details on authentication and example request flows."},{"id":"1q5nf8U2woSyNvER7zyf4S","slug":"/organization-administration/docs/how-is-data-encrypted-in-application-tunnels/","updatedAt":"2023-10-06T19:09:48.471Z","title":"How is data encrypted in application tunnels?","description":"Check how data is encrypted in application tunnels."},{"id":"2HLI2pGMN3TH86IfvOrsym","slug":"/organization-administration/docs/how-is-application-tunnel-access-controlled/","updatedAt":"2024-02-01T06:21:22.123Z","title":"How is application tunnel access controlled?","description":"Check how access to an application tunnel is controlled."},{"id":"2XS2A83VCUJTbTYp7XYL2t","slug":"/organization-administration/docs/how-is-product-access-controlled/","updatedAt":"2023-10-06T19:09:50.993Z","title":"How is product access controlled?","description":"Check how access to the products using a tunnel is controlled."},{"id":"JmCRdTb9Jrz1ftdKaNwsB","slug":"/organization-administration/docs/regenerate-the-security-key-of-an-existing-tunnel/","updatedAt":"2023-10-06T19:09:52.256Z","title":"Regenerate the security key of an existing tunnel","description":"Regenerate the tunnel’s security key if it gets lost or compromised. "},{"id":"2hRtIMwkaDq9eclaqsPhxr","slug":"/organization-administration/docs/set-up-automatic-key-rotation/","updatedAt":"2023-10-06T19:09:53.361Z","title":"Set up automatic key rotation","description":"Use APIs to automatically regenerate and update the security keys."},{"id":"63bn4057o1i2u6AERdfIJL","slug":"/organization-administration/docs/how-are-app-tunnels-different-from-opening-the-firewall/","updatedAt":"2023-10-06T19:28:22.304Z","title":"How are app tunnels different from opening the firewall?","description":"Check how can you use app tunnels to increase security."},{"id":"3rOZAM31NJyoeTqVAfmi50","slug":"/organization-administration/docs/how-can-you-track-traffic-coming-through-an-app-tunnel/","updatedAt":"2023-10-06T19:28:23.524Z","title":"How can you track traffic coming through an app tunnel?","description":"Check if you can track traffic coming through an app tunnel to your network."},{"id":"21wbzpq63lnJ8VkRxZL4gw","slug":"/organization-administration/docs/how-do-you-prevent-attackers-from-connecting-to-a-tunnel/","updatedAt":"2023-10-06T19:28:24.738Z","title":"How do you prevent attackers from connecting to a tunnel?","description":"Check what security restrictions prevent attackers from connecting to an app tunnel."},{"id":"5At4ikrro8OJz9XnWjamZu","slug":"/organization-administration/docs/what-data-can-atlassian-cloud-retrieve-through-a-tunnel/","updatedAt":"2023-10-06T19:28:25.942Z","title":"What data can Atlassian Cloud retrieve through a tunnel?","description":"Check what data Atlassian Cloud can retrieve from your self-managed instance."},{"id":"2hPfb62hbeGWJqJVC3eq3i","slug":"/organization-administration/docs/whats-the-purpose-of-the-security-key/","updatedAt":"2023-10-06T19:28:27.206Z","title":"What's the purpose of the security key?","description":"Check why each tunnel uses a unique security key."}],"description":"Learn more about the security of application tunnels and check how to regenerate security keys."},{"id":"1ubnKp8W0juRqMjiOUBhti","slug":"/organization-administration/docs/available-statuses-for-application-tunnels/","updatedAt":"2024-03-11T10:34:11.203Z","title":"Available statuses for application tunnels","description":"Learn more about statuses that describe your application tunnels.","collectionId":"6Pb0NYNwbGgJTLasSq1Vuh"}],"pageType":"Documentation"},{"id":"20WX3Ld4ZU7NgzCnBIgylq","updatedAt":"2023-08-04T10:51:13.303Z","slug":"/organization-administration/docs/control-your-shadow-it-footprint/","title":"Control your shadow IT footprint","childList":[{"id":"RjyShVhzc5siFxHFkVyQ4","slug":"/organization-administration/docs/what-is-the-impact-of-shadow-it-on-my-organization/","updatedAt":"2024-01-19T03:15:38.067Z","title":"What is the impact of shadow IT on my organization?","description":"Learn about shadow IT in the context of Atlassian products and what it means for your organization.","collectionId":"20WX3Ld4ZU7NgzCnBIgylq"},{"id":"5yQpLi83uRJ2aFmLD6yx2s","updatedAt":"2024-06-17T04:20:27.983Z","slug":"/organization-administration/docs/discover-products-your-users-administer/","title":"Discover products your users administer","childList":[{"id":"7l2KyOqqSCfiaLaPxBxlVM","slug":"/organization-administration/docs/how-to-work-with-admins-of-discovered-products/","updatedAt":"2024-09-13T10:00:36.710Z","title":"What are my options for discovered products?","description":"Read about what you can do when you discover users administering products outside your organization."},{"id":"50W0G2WScF5otYNYsqTmoT","slug":"/organization-administration/docs/review-discovered-products/","updatedAt":"2024-06-14T06:54:12.894Z","title":"Review discovered products","description":"Review details about each discovered product and reach out to admins to learn more."},{"id":"6ajGzLhUrMYahNAvPVpQBS","slug":"/organization-administration/docs/review-emails-about-discovered-products/","updatedAt":"2024-10-16T17:53:32.407Z","title":"Review emails about discovered products","description":"Opt out of regular emails about discovered products."},{"id":"r8uFYXXwUtBJxIa6UqlGH","slug":"/organization-administration/docs/export-a-list-of-discovered-products/","updatedAt":"2023-10-06T18:59:47.058Z","title":"Export a list of discovered products","description":"Export the table of discovered products to a CSV file."}],"description":"Get notified when your users sign up for and administer their own Atlassian products."},{"id":"7LTTdrtHtF1V0xUyo9XLvZ","updatedAt":"2024-09-13T09:56:04.002Z","slug":"/organization-administration/docs/manage-your-users-requests-for-products/","title":"Manage your users' requests for products","childList":[{"id":"1vnZbAcJen8n0JJb7rLorA","slug":"/organization-administration/docs/update-product-request-settings/","updatedAt":"2024-05-24T05:40:00.662Z","title":"Update product request settings","description":"Prevent users from signing up for products or revert back to the default setting that allows new products."},{"id":"1s9baKDRUW87nCcb5Et1VN","slug":"/organization-administration/docs/review-product-requests/","updatedAt":"2024-09-19T03:50:18.089Z","title":"Review product requests","description":"Contact the user who requested a product to find out more about their request. "},{"id":"6LnE3cIzLVf1QwOSK5NBq6","slug":"/organization-administration/docs/why-can-users-create-products-when-requests-are-required/","updatedAt":"2024-09-24T08:11:40.102Z","title":"Why can users create products when requests are required?","description":"Even with product request settings turned on, your managed accounts may still be able to sign up for new products"}],"description":"Control the ability of users to sign up for products by requiring them to create a request."}],"pageType":"Documentation"},{"id":"6n4KLysVOeuA7WxkKjCtv6","updatedAt":"2024-01-31T12:07:28.488Z","slug":"/organization-administration/docs/copy-product-data/","title":"Copy data from one instance of a cloud product to another","childList":[{"id":"34o6vrJ3fWDqLbDvGhQQsH","updatedAt":"2024-06-10T06:57:50.610Z","slug":"/organization-administration/docs/before-you-start-copying-product-data/","title":"Before you start copying product data","childList":[{"id":"19nCJ6ptqElSBQRKq39vlo","slug":"/organization-administration/docs/understand-how-copying-affects-your-billing/","updatedAt":"2024-01-31T06:42:10.356Z","title":"Understand how copying affects your billing","description":"When you copy data, you may get billed depending on the number of users you migrate and your plan on the destination."}]},{"id":"slpso6AxtTRpKQz5YaSdk","slug":"/organization-administration/docs/what-product-data-is-copied/","updatedAt":"2024-10-30T05:39:58.177Z","title":"What product data is copied","description":"Before you start copying data, learn about what we copy and what we don't","collectionId":"6n4KLysVOeuA7WxkKjCtv6"},{"id":"408PTZ09pcUbqXqUoo3Rhr","updatedAt":"2024-11-20T07:28:05.293Z","slug":"/organization-administration/docs/copy-jira-data/","title":"Copy Jira data ","childList":[]},{"id":"1ailp7Kv7eZiuogEFXGNdg","updatedAt":"2024-07-25T10:41:29.679Z","slug":"/organization-administration/docs/copy-confluence-data/","title":"Copy Confluence data","childList":[]},{"id":"21V2BYlkC6iD8Y8ZmQHQsX","updatedAt":"2024-07-25T10:14:50.858Z","slug":"/organization-administration/docs/manage-users-and-groups-when-you-copy-product-data/","title":"Manage users and groups when you copy product data","childList":[{"id":"2ZrbcjfRXmhO339PCPMGk2","slug":"/organization-administration/docs/copy-users-when-youve-subscribed-to-free-plans/","updatedAt":"2024-02-14T07:22:38.879Z","title":"Copy users when you've subscribed to Free plans","description":"Learn what happens when you copy users to a destination on a Free plan "},{"id":"5SoD8JSEZbIE9iTRTFCLBZ","slug":"/organization-administration/docs/manage-blocklisted-groups-and-their-users/","updatedAt":"2024-01-31T06:37:43.450Z","title":"Manage blocklisted groups and their users","description":"Learn how we copy blocklisted groups and their users."},{"id":"GL8j3I3zlbln46axi0UPn","slug":"/organization-administration/docs/understand-how-permissions-can-change-when-copying-groups/","updatedAt":"2024-04-24T05:06:01.462Z","title":"Understand how permissions can change when copying groups","description":"Learn more about how user's permissions can change when copying groups with same names"},{"id":"2t8WZjrMkNEV5K1T0143C3","slug":"/organization-administration/docs/list-of-confluence-users-we-copy/","updatedAt":"2024-03-20T12:12:04.452Z","title":"Users we move when you copy only users related to spaces you select","description":"List of users we copy when you opt to copy users related to only the spaces you select.\n\n"}],"description":"Read about the options you have to copy users and groups"},{"id":"1Yf9Ss9Oe5KeWPI6HyfaRj","slug":"/organization-administration/docs/copy-jira-service-management-customers-and-organizations/","updatedAt":"2024-07-02T05:55:46.043Z","title":"Copy Jira Service Management customers and organizations","description":"Learn how we copy customers and customer organizations when you copy product data","collectionId":"6n4KLysVOeuA7WxkKjCtv6"},{"id":"4zWI9OPqqpK5afWbwi98Q0","slug":"/organization-administration/docs/soft-limits-for-copying-jira-data/","updatedAt":"2024-01-31T06:52:29.771Z","title":"Soft limits for copying Jira data","description":"Learn about the soft limits when copying Jira data from one instance of your cloud to another.","collectionId":"6n4KLysVOeuA7WxkKjCtv6"},{"id":"4zSGW7KXCLMwJoSFd7FFcP","updatedAt":"2024-01-31T07:08:58.555Z","slug":"/organization-administration/docs/troubleshoot-issues-with-copying-product-data/","title":"Troubleshoot issues with copying product data","childList":[{"id":"2fNUP3J9EgB84xg9owIdt4","slug":"/organization-administration/docs/copy-customers-with-mismatched-account-types/","updatedAt":"2024-07-02T05:56:39.530Z","title":"Copy customers with mismatched account types","description":"Learn how customers with mismatched account types are moved and how to avoid issues."},{"id":"1PjwGz6MzELXf0ajS9p5sp","slug":"/organization-administration/docs/invalid-or-missing-board-filters/","updatedAt":"2024-07-09T07:19:11.545Z","title":"Invalid or missing board filters","description":"Learn how to remove invalid filters from project boards."},{"id":"6GLJ8TwpmirVhul3jFcntp","slug":"/organization-administration/docs/remove-duplicate-customer-organizations-when-copying-product-data/","updatedAt":"2024-07-02T05:55:06.877Z","title":"Remove duplicate customer organizations when copying product data","description":"Learn how to remove duplicate customer organizations when copying product data"},{"id":"1eohOnqF5BWuoMHz7T6n2V","slug":"/organization-administration/docs/manage-story-and-epic-issue-types-during-copy-product-data/","updatedAt":"2024-05-02T09:51:24.222Z","title":"Manage Story and Epic issue types when copying product data","description":"Resolve renamed Story and Epic issue types when copying Jira data"},{"id":"1b3N4OyMQMMrORZIhbqIOQ","slug":"/organization-administration/docs/resolve-broken-links-after-copying-confluence-data/","updatedAt":"2024-03-20T06:54:53.683Z","title":"Resolve broken links after copying Confluence data","description":"Raise a support ticket to resolve broken links after copying Confluence data."},{"id":"4xLVpcPefacij1GbmdmCF1","slug":"/organization-administration/docs/resolve-duplicate-spaces-when-copying-confluence-data/","updatedAt":"2024-07-09T07:39:51.302Z","title":"Resolve duplicate spaces when copying Confluence data","description":"Workaround to resolve duplicate spaces when copying Confluence data."},{"id":"1HbLLw3lulblx8VlWXkHml","slug":"/organization-administration/docs/resolve-issue-and-page-links-after-copying-jira-cloud-data/","updatedAt":"2024-07-09T09:50:44.975Z","title":"Resolve issue and page links after copying Jira Cloud data","description":"Read how to resolve issue and page links after copying Jira Cloud data"}],"description":"A list of issues you may run into when copying Jira or Confluence data. Learn why these issues occur and how you can resolve them. "},{"id":"53lkD0FkTxKEiP4xT7lWkT","slug":"/organization-administration/docs/privacy-and-data-protection-when-you-copy-product-data/","updatedAt":"2024-01-31T06:12:31.254Z","title":"Privacy and data protection when you copy product data","description":"Learn about how we protect your data in a cloud-to-cloud migration.","collectionId":"6n4KLysVOeuA7WxkKjCtv6"},{"id":"5FTVqpaXbckiSxmGJEGNdf","slug":"/organization-administration/docs/how-data-is-linked-between-instances/","updatedAt":"2024-06-21T05:53:28.769Z","title":"How data is linked between instances","description":"To avoid duplication when you copy data multiple times, we’ll try to link any previously copied data. ","collectionId":"6n4KLysVOeuA7WxkKjCtv6"},{"id":"1XKy4L8YE2xsSFJOJ1hP11","updatedAt":"2024-10-09T08:57:56.859Z","slug":"/organization-administration/docs/manage-boards-and-filters-when-you-copy-product-data/","title":"Manage boards and filters when you copy product data","childList":[],"description":"Read about the options you have to copy boards and filters"},{"id":"5xzjjv8dp9DCywrVfLTjdg","updatedAt":"2024-10-30T05:36:08.877Z","slug":"/organization-administration/docs/manage-plans-in-jira-when-you-copy-product-data/","title":"Manage plans in Jira when you copy product data","childList":[],"description":" Learn how to copy plans in Jira when you copy product data"},{"id":"5u4SLOX3JTQUnXhs1devRR","slug":"/organization-administration/docs/reports-and-how-to-access-them/","updatedAt":"2024-10-21T09:34:11.829Z","title":"Reports and how to access them","description":"Quickly understand what reports we generate when you copy data and how to access the reports","collectionId":"6n4KLysVOeuA7WxkKjCtv6"}],"pageType":"Documentation"},{"id":"5bToZUw1kApv5F5IDjHOjF","updatedAt":"2023-09-19T03:43:44.309Z","slug":"/organization-administration/docs/manage-atlassian-products-for-hipaa/","title":"Manage Atlassian products for HIPAA ","childList":[{"id":"3RebYVezxuqrMgTmpH21jg","slug":"/organization-administration/docs/understand-hipaa-compliance-for-atlassian-products/","updatedAt":"2024-04-23T10:10:27.002Z","title":"Understand HIPAA compliance for Atlassian products","description":"Understand the steps to enable HIPAA for your Atlassian products","collectionId":"5bToZUw1kApv5F5IDjHOjF"},{"id":"42eCAFGoheuZaQLTS70MZu","slug":"/organization-administration/docs/sign-a-business-associate-agreement-baa/","updatedAt":"2024-04-23T10:13:30.361Z","title":"Sign a Business Associate Agreement (BAA)","description":"Learn what a Business Associate Agreement (BAA) is and how to sign it.","collectionId":"5bToZUw1kApv5F5IDjHOjF"},{"id":"3IevBAGLMqT5rcbOFaH4Yr","slug":"/organization-administration/docs/tag-products-to-enable-hipaa/","updatedAt":"2024-03-29T05:04:58.432Z","title":"Tag products to enable HIPAA","description":"Learn how to tag products to enable HIPAA.","collectionId":"5bToZUw1kApv5F5IDjHOjF"},{"id":"mQwME0BYRDnZy8uCHDsi3","slug":"/organization-administration/docs/the-hipaa-implementation-guide/","updatedAt":"2024-09-11T07:11:50.619Z","title":"The HIPAA Implementation Guide","description":"Learn how to use Atlassian products in a HIPAA-compliant way.","collectionId":"5bToZUw1kApv5F5IDjHOjF"}],"pageType":"Documentation"},{"id":"2XzG7JgKCgX4bizfjxSNfd","updatedAt":"2024-05-07T01:33:42.208Z","slug":"/organization-administration/docs/manage-backup-and-restore-for-atlassian-products/","title":"Manage backup and restore for Atlassian products","childList":[{"id":"3r9yqspiGJR9IkQkPh7z9b","slug":"/organization-administration/docs/what-is-the-backup-and-restore-solution/","updatedAt":"2024-05-07T01:21:18.197Z","title":"What is the backup and restore solution?","description":"See what our backup and restore solution offers, including the benefits and who is eligible to use it.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"6czngYZPPlezggUs1imDAJ","slug":"/organization-administration/docs/create-a-backup-policy-and-run-backups/","updatedAt":"2024-05-07T03:50:19.208Z","title":"Create a backup policy and run backups","description":"Learn how to create backup policies and run backups, and understand the backup statuses.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"7Ct3Fr51BqDtC0gHvFn76o","slug":"/organization-administration/docs/download-your-backup/","updatedAt":"2024-05-07T03:51:35.725Z","title":"Download your backup","description":"Learn how to download your backup locally, and what the different download statuses are.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"3yWYlWILFBYt3Y99m5VD6y","slug":"/organization-administration/docs/what-data-is-backed-up-and-restored/","updatedAt":"2024-05-10T05:58:24.657Z","title":"What data is backed up and restored","description":"View what product data types are included in our backups and restores.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"olz4CTLnC1MLqMNP2uBnV","slug":"/organization-administration/docs/backup-and-restore-limitations/","updatedAt":"2024-05-07T03:59:18.507Z","title":"Backup and restore limitations","description":"Read the limitations in place both for backups and restores.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"5X5g9IJYxgtax5K4a6KJB3","slug":"/organization-administration/docs/manage-backup-and-restore-with-sharding/","updatedAt":"2024-07-29T05:49:37.967Z","title":"Manage backup and restore with sharding ","description":"What are shards and how we back up and restore in shards","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"5dv25MlyKCNPkByZ1oUJCW","updatedAt":"2024-07-01T05:22:59.968Z","slug":"/organization-administration/docs/manage-backup-policies/","title":"Manage backup policies","childList":[{"id":"Y3uRWr3JS3nWBulM8PVUZ","slug":"/organization-administration/docs/create-a-backup-policy/","updatedAt":"2024-07-01T05:26:37.116Z","title":"Create a backup policy","description":"Read about how you can create a backup policy."},{"id":"6o7yMfvHk2XAS6BnpUI2Cl","slug":"/organization-administration/docs/run-a-backup/","updatedAt":"2024-07-01T05:29:16.390Z","title":"Run a backup","description":"Read more about how you can take a backup"},{"id":"zRIGmySBz5POEUaEgrRXk","slug":"/organization-administration/docs/export-backups-to-external-cloud-storages/","updatedAt":"2024-07-01T07:39:34.962Z","title":"Export backups to external cloud storages","description":"Read more about how you can export a backup to external cloud storages"},{"id":"Q3tQsfmddpYu259mmjPdp","slug":"/organization-administration/docs/view-backup-policy-details/","updatedAt":"2024-07-01T07:35:12.902Z","title":"View backup policy details","description":"Read how can view backup policy details "},{"id":"5tz8t5AMLUW0j1JROH0jVF","slug":"/organization-administration/docs/view-backup-details/","updatedAt":"2024-07-01T07:35:57.855Z","title":"View backup details","description":"Read about how you can view backup details"},{"id":"33VxjYqwgAsngJ8xmpquty","slug":"/organization-administration/docs/edit-a-backup-policy/","updatedAt":"2024-07-01T07:36:35.247Z","title":"Edit a backup policy","description":"Read how you can edit a backup policy"}],"description":"Read how you can create backup policies, run or edit backups, and download or export backups."},{"id":"7hbuIsdSqpVY6scZeWM6ee","updatedAt":"2024-07-01T07:37:27.743Z","slug":"/organization-administration/docs/manage-external-cloud-storages/","title":"Manage external cloud storages","childList":[{"id":"2ssTLU2eOrxCdzV6TceizX","slug":"/organization-administration/docs/connect-an-amazon-s3-storage/","updatedAt":"2024-07-01T07:40:57.109Z","title":"Connect an Amazon S3 storage","description":"Read how you can connect an Amazon S3 storage"}],"description":"Read how you can connect external cloud storages to store your backup"},{"id":"4glG4cpMp1u2FPszE455qz","slug":"/organization-administration/docs/privacy-and-data-protection-when-you-back-up-and-restore-atlassian-data/","updatedAt":"2024-07-01T05:09:11.833Z","title":"Privacy and data protection when you back up and restore Atlassian data","description":"How we protect your data when you back up and restore Atlassian data.","collectionId":"2XzG7JgKCgX4bizfjxSNfd"},{"id":"3zjZtSQeUoeZPxGAJb3o8d","updatedAt":"2024-07-29T06:03:29.526Z","slug":"/organization-administration/docs/restore-product-data-from-a-backup/","title":"Restore product data from backup","childList":[{"id":"5cXDY3wUMXWeCXKwuiBiAK","slug":"/organization-administration/docs/restore-backup-from-the-internal-atlassian-storage/","updatedAt":"2024-10-18T13:22:08.467Z","title":"Restore backup from the internal Atlassian storage","description":"More about how you can restore from the internal Atlassian S3 storage"},{"id":"6V4fHVG4bQYjz9kPQdqq25","slug":"/organization-administration/docs/restore-backup-from-your-local-system/","updatedAt":"2024-10-21T05:30:38.934Z","title":"Restore backup from your local system","description":"More about how you can restore a backup from your local system"},{"id":"3kAwxNHgIZtwwYdqCcUKKt","slug":"/organization-administration/docs/restore-from-your-amazon-s3-storage/","updatedAt":"2024-10-21T05:31:37.794Z","title":"Restore from your Amazon S3 storage","description":"Read about how you can restore from your Amazon S3 storage"}],"description":"Read about the different ways in which you can restore backups"}],"pageType":"Documentation"},{"id":"1ViQnhDIC7xHPmH6vttxhd","updatedAt":"2022-12-19T00:33:58.830Z","slug":"/organization-administration/docs/enterprise-plans/","title":"Manage your Enterprise plan","childList":[{"id":"NzvT7b0L2oUmcbZrQWltk","slug":"/organization-administration/docs/get-started-with-your-enterprise-plan/","updatedAt":"2024-06-13T00:14:54.224Z","title":"Get started with your Enterprise plan","description":"Find out how to set up and get the most out of your Enterprise plan, from preparation to configuration and future growth. ","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"5fi2DIRu7WNnxKNlPXifJY","slug":"/organization-administration/docs/what-is-an-enterprise-plan/","updatedAt":"2024-04-18T07:57:07.428Z","title":"What is an Enterprise plan?","description":"Discover how an Enterprise plan can meet the needs of large and growing organizations.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"6Smp8gyDlYz0uiEmInrJn4","slug":"/organization-administration/docs/get-a-quote-for-an-enterprise-plan/","updatedAt":"2024-07-22T07:42:12.610Z","title":"Get a quote for an Enterprise plan","description":"Learn about the quote, purchase, and provisioning process for Enterprise plans, and what you’ll need to provide to get a quote.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"5wJ2BT9waXDMp8pfih1mj5","slug":"/organization-administration/docs/do-multiple-instances-affect-app-costs-in-enterprise-plans/","updatedAt":"2024-04-18T08:00:37.253Z","title":"Do multiple instances affect app costs in Enterprise plans?","description":"Make informed decisions about how to organize your users and product instances to reduce your app costs.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"2573tabfuGOcw5WpKyym5c","slug":"/organization-administration/docs/add-or-remove-products-from-your-enterprise-plan/","updatedAt":"2024-01-19T03:17:17.267Z","title":"Add or remove products from your Enterprise plan","description":"Add more product instances to your existing Enterprise plan as your organization grows and your needs change.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"4iMn6PMoIdu2L2BBlqahvZ","slug":"/organization-administration/docs/add-and-remove-apps-from-your-enterprise-plan/","updatedAt":"2023-10-13T08:23:48.128Z","title":"Add and remove apps from products in your Enterprise plan","description":"Learn how to add a Marketplace app to product instances covered by your Enterprise plan.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"},{"id":"3Q6gbBkLVcfhgqU6bledaX","slug":"/organization-administration/docs/monitor-your-enterprise-user-counts/","updatedAt":"2023-12-07T19:43:53.877Z","title":"Monitor your Enterprise user counts","description":"See how many users you have with access to products in each of your Enterprise plans.","collectionId":"1ViQnhDIC7xHPmH6vttxhd"}],"pageType":"Documentation"},{"id":"1FKRrpJ9z0T2vFE8OfHFEC","updatedAt":"2022-11-21T03:41:27.487Z","slug":"/organization-administration/docs/report-and-track-data-across-your-organization/","title":"Report and track data across your organization","childList":[{"id":"5ioqWwKQw3WjDjgA8Htqh1","slug":"/organization-administration/docs/gain-insights-into-product-usage-and-security-practices/","updatedAt":"2024-10-28T05:27:07.895Z","title":"Gain insights into product usage and security practices","collectionId":"1FKRrpJ9z0T2vFE8OfHFEC"},{"id":"6Lc2B0C82gXA1D1ktp0Gou","slug":"/organization-administration/docs/track-storage-and-move-data-across-products/","updatedAt":"2021-03-12T17:58:51.065Z","title":"Track storage and move data across products","collectionId":"1FKRrpJ9z0T2vFE8OfHFEC"},{"id":"1i7inMLmXwC0ympvQ4i3Ed","updatedAt":"2021-03-12T18:03:11.199Z","slug":"/organization-administration/docs/export-user-accounts/","title":"Export user accounts","childList":[{"id":"7vSEtOOshjuGSRy3VqZAvh","slug":"/organization-administration/docs/export-users-from-a-site/","updatedAt":"2021-03-12T18:02:02.679Z","title":"Export users from a site"},{"id":"2kd4S1hnS4XZxQKMnuVtfw","slug":"/organization-administration/docs/export-managed-accounts/","updatedAt":"2021-03-12T18:02:43.672Z","title":"Export managed accounts"},{"id":"653FyGECqD5UJQFUNMgtSa","slug":"/organization-administration/docs/export-members-from-authentication-policies/","updatedAt":"2024-01-19T03:12:38.881Z","title":"Export members from authentication policies","description":"Get a list of members of an authentication policy"}],"description":"Want to get a list of your user accounts? Export CSV files for site users and managed accounts."},{"id":"4E1m1llVorDcXEEv2LkOD8","updatedAt":"2024-11-01T04:50:01.557Z","slug":"/organization-administration/docs/track-user-api-token-usage-in-your-organization/","title":"Track user API tokens in your organization","childList":[{"id":"2vSrJED9iScnjvU5IqBIWP","slug":"/organization-administration/docs/understand-user-api-tokens/","updatedAt":"2024-11-01T04:54:45.919Z","title":"Understand user API tokens","description":"Understand the user API token attributes you can monitor."},{"id":"KTPFsQiWKsqrqcTroliDA","slug":"/organization-administration/docs/view-user-api-tokens/","updatedAt":"2024-11-01T04:27:49.114Z","title":"View user API tokens","description":"How to view user API tokens for managed accounts."},{"id":"2uwQaBdsGsI4THH68M6NFb","slug":"/organization-administration/docs/revoke-user-api-tokens/","updatedAt":"2024-11-01T04:49:13.531Z","title":"Revoke user API tokens","description":"How to revoke one or more of the user API tokens."}],"description":"Monitor user API tokens from one central location in Atlassian administration."}],"pageType":"Documentation"},{"id":"3zY448uQafgLf3L5Q00QyV","updatedAt":"2024-09-30T08:00:13.782Z","slug":"/organization-administration/docs/use-ai-in-your-organization/","title":"Use AI in your organization","childList":[{"id":"1CrMnNTtZlHm7rg4EpsQhd","updatedAt":"2024-09-26T01:22:34.686Z","slug":"/organization-administration/docs/administer-atlassian-rovo-for-your-organization/","title":"Administer Atlassian Rovo for your organization","childList":[{"id":"2gMBRbXKzBRiKMvaVme6ri","slug":"/organization-administration/docs/activate-or-deactivate-rovo-on-your-site/","updatedAt":"2024-09-26T23:01:12.940Z","title":"Activate or deactivate Rovo","description":"Activate or deactivate Rovo."},{"id":"glZ2nX6YKsEA3c6LxyNwG","slug":"/organization-administration/docs/add-or-edit-rovo-search-bookmarks/","updatedAt":"2024-09-24T22:01:22.084Z","title":"Add or edit Rovo Search bookmarks","description":"How to add, edit, and delete Search bookmarks for Rovo."},{"id":"6USU8XOf8hzcBF5zWDcTFZ","slug":"/organization-administration/docs/test-drive-rovo-with-your-organization/","updatedAt":"2024-09-24T22:22:41.836Z","title":"Test drive Rovo with your organization","description":"Guide on how to test Rovo in your organization by creating a test site, activating Rovo, and copying data."},{"id":"3mvVUxb71bL1A0jhw1Gpk6","slug":"/organization-administration/docs/how-to-tell-your-organization-about-rovo/","updatedAt":"2024-09-25T21:50:47.422Z","title":"How to tell your organization about Rovo","description":"A customizable email template for admins to communicate the rollout of the Atlassian Rovo in their organization."}],"description":"Get Rovo set up and connect third-party products for your sites."},{"id":"5D8NR59Vin6XYozi8wEjkf","updatedAt":"2024-09-25T05:54:05.531Z","slug":"/organization-administration/docs/manage-rovo-connectors/","title":"Manage Rovo connectors","childList":[{"id":"3QEEnP6SnR1fJeGPavi9I0","slug":"/organization-administration/docs/connect-custom-website-to-rovo/","updatedAt":"2024-09-29T22:20:34.515Z","title":"Connect custom website to Rovo","description":"How to index and crawl your custom website with Rovo."},{"id":"45T64oNozmMJgheyOeXz1f","slug":"/organization-administration/docs/connect-github-to-rovo/","updatedAt":"2024-09-25T00:30:21.191Z","title":"Connect Github to Rovo","description":"How to setup and connect GitHub to Rovo."},{"id":"2E2rNQs57Goag14Rs4L8TT","slug":"/organization-administration/docs/connect-google-drive-to-rovo/","updatedAt":"2024-09-25T00:30:02.265Z","title":"Connect Google Drive to Rovo","description":"How to setup and connect your Google Drive workspace to Rovo."},{"id":"6lZf1QfdzBoR0BVXWqsNvh","slug":"/organization-administration/docs/connect-microsoft-teams-to-rovo/","updatedAt":"2024-09-25T00:29:47.892Z","title":"Connect Microsoft Teams to Rovo","description":"How to setup and connect Microsoft Teams to Rovo."},{"id":"3l0g6iaElv7UyivvdKOKGW","slug":"/organization-administration/docs/connect-sharepoint-to-rovo/","updatedAt":"2024-10-11T04:04:20.609Z","title":"Connect SharePoint to Rovo","description":"How to setup and connect your SharePoint workspace to Rovo."},{"id":"6I78h6eyIIXXykUnKN5lXx","slug":"/organization-administration/docs/connect-slack-to-rovo/","updatedAt":"2024-09-25T00:29:17.123Z","title":"Connect Slack to Rovo","description":"How to setup and connect your Slack workspace to Rovo."},{"id":"57ObLCn1R36ctrvdD520GQ","slug":"/organization-administration/docs/manage-connector-details/","updatedAt":"2024-11-11T02:53:37.318Z","title":"Manage connector details","description":"Managing and editing connector details for a Rovo-activated site."},{"id":"3uIjII7fD1VXRwuQjBSFAw","slug":"/organization-administration/docs/disconnect-a-product-from-rovo/","updatedAt":"2024-09-24T21:55:44.640Z","title":"Disconnect a product from Rovo","description":"How to disconnect a third-party product from Rovo."}],"description":"Rovo connectors enable you to connect third-party products outside Atlassian to enhance Rovo Agents, Search, and Chat."},{"id":"6IBoAigGNgOC318F8bsXuI","updatedAt":"2024-10-04T04:38:03.866Z","slug":"/organization-administration/docs/what-is-atlassian-intelligence/","title":"What is Atlassian Intelligence?","childList":[{"id":"5x4uTqBglAaC1wforT5QkT","slug":"/organization-administration/docs/usage-limits-in-atlassian-intelligence/","updatedAt":"2024-09-18T03:53:58.617Z","title":"What are Atlassian Intelligence usage limits?","description":"How to manage usage limits for Atlassian Intelligence."}],"description":"Understand what Atlassian Intelligence is and whether it’s right for your organization."},{"id":"77wiHYrxH279blF6oRTd04","updatedAt":"2024-09-16T22:32:10.737Z","slug":"/organization-administration/docs/get-started-with-atlassian-intelligence-guide/","title":"Guide: Get started with Atlassian Intelligence","childList":[{"id":"1N0bZ1ifZY0cf8ErC98mOW","slug":"/organization-administration/docs/how-to-use-atlassian-intelligence-in-your-tools/","updatedAt":"2024-09-20T01:49:19.812Z","title":"Using Atlassian Intelligence in your products","description":"Learn how you and your team can begin accessing and using Atlassian Intelligence in your products."},{"id":"EJEZM9xTxLHkerFpL0zv7","slug":"/organization-administration/docs/overview-of-atlassian-intelligence-features/","updatedAt":"2024-09-20T00:47:19.089Z","title":"Overview of Atlassian Intelligence features","description":"Explore the AI capabilities available across Jira, Confluence, Jira Service Management, and more."},{"id":"6f3YbmFwfDAQlX5HdZSlNo","slug":"/organization-administration/docs/best-practices-for-atlassian-intelligence/","updatedAt":"2024-09-20T00:39:15.670Z","title":"Best practices for Atlassian Intelligence","description":"Unlock the full potential of Atlassian Intelligence with valuable tips and best practices."},{"id":"6tSC94r3LMJRpNmmiLQZRS","slug":"/organization-administration/docs/activate-atlassian-intelligence-for-products/","updatedAt":"2024-09-25T07:44:53.749Z","title":"Activate Atlassian Intelligence for products","description":"Begin using Atlassian Intelligence features in products like Jira, Confluence, Bitbucket, and Trello."},{"id":"1olooRuLkodYcQI5ue29Vw","slug":"/organization-administration/docs/troubleshoot-atlassian-intelligence/","updatedAt":"2024-09-17T20:56:46.598Z","title":"Troubleshoot Atlassian Intelligence","description":"Learn more about excessive use and abuse of Atlassian Intelligence capabilities."}],"description":"Discover the basics of using AI, with best practice guidance to kickstart your journey."},{"id":"hteq3v4z1UKwef9rWNXjE","updatedAt":"2024-09-24T21:19:10.919Z","slug":"/organization-administration/docs/understand-atlassian-intelligence-features-in-products/","title":"Explore Atlassian Intelligence features","childList":[{"id":"6cvb73Cp1MNfjNM8MkkXFl","slug":"/organization-administration/docs/atlassian-intelligence-features-in-jira-software/","updatedAt":"2024-09-20T00:56:32.218Z","title":"Atlassian Intelligence features in Jira","description":"Find the work you need fast, summarize issue details, generate new content instantly, and more."},{"id":"1pKaRjzL8XEmQI4jnFomOu","slug":"/organization-administration/docs/atlassian-intelligence-features-in-confluence/","updatedAt":"2024-09-20T01:08:30.256Z","title":"Atlassian Intelligence features in Confluence","description":"Summarize pages, define company-specific terms, find the information you need, and more."},{"id":"3SJp8FKQPOOinIKIVwRI6d","slug":"/organization-administration/docs/atlassian-intelligence-features-in-jira-service-management/","updatedAt":"2024-10-01T08:02:39.438Z","title":"Atlassian Intelligence features in Jira Service Management","description":"Discover Atlassian Intelligence features in Jira Service Management that can help you streamline your work and get more done. "},{"id":"72BEYlr2de01OG1CpasTX3","slug":"/organization-administration/docs/atlassian-intelligence-features-in-bitbucket/","updatedAt":"2024-09-18T03:48:30.384Z","title":"Atlassian Intelligence features in Bitbucket","description":"Generate, transform and summarize descriptions and comments in pull requests."},{"id":"Gszu6u4ORUR5fSK2AbHjL","slug":"/organization-administration/docs/atlassian-intelligence-features-in-trello/","updatedAt":"2024-09-20T01:23:43.399Z","title":"Atlassian Intelligence features in Trello","description":"Generate, transform, and summarize descriptions and comments using Atlassian Intelligence."},{"id":"1QLFG0mgHj6l5Z9ialYkjQ","slug":"/organization-administration/docs/atlassian-intelligence-features-in-atlassian-analytics/","updatedAt":"2024-09-20T18:50:57.263Z","title":"Atlassian Intelligence features in Atlassian Analytics","description":"Generate SQL queries and custom formulas from simple prompts and get chart insights using Atlassian Intelligence."},{"id":"4t2qM3nG7xMHCgnpZzF4af","slug":"/organization-administration/docs/atlassian-intelligence-features-in-jira-product-discovery/","updatedAt":"2024-09-20T01:32:10.359Z","title":"Atlassian Intelligence features in Jira Product Discovery","description":"Discover Atlassian Intelligence features in Jira Product Discovery that can help you streamline your work and get more done. "}],"description":"Get an overview of the Atlassian Intelligence features available for each product."}],"pageType":"Documentation"}], featuredEntries: [], }/* </sl:translate_generic_json> */; </script> <link href = "https://jcs-chat-widget.atlassian.com/assets/loader.js" rel="preload" as="script"> <link rel="canonical" href="https://support.atlassian.com/organization-administration/docs/application-tunnel-security/" /> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/apple-touch-icon-152x152.png"> <link rel="icon" type="image/png" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/favicon.png" sizes="32x32"> <link rel="mask-icon" href="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/safari-pinned-tab.svg" color="#59afe1"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://wac-cdn.atlassian.com/assets/img/favicons/atlassian/mstile-144x144.png"> <meta data-testid="meta_title" property="og:title" content="Application tunnel security | Atlassian Support" /> <link rel="alternate" href="https://support.atlassian.com/ja/organization-administration/docs/application-tunnel-security/" hreflang="ja" /> <link rel="alternate" href="https://support.atlassian.com/organization-administration/docs/application-tunnel-security/" hreflang="x-default" /> <link rel="preload" href="/resources/Charlie_Display-Semibold.0b0d15c6e3c89a737e12.woff" as="font" type="font/woff" crossorigin="anonymous"> <meta itemProp="url" content="https://support.atlassian.com/organization-administration/docs/application-tunnel-security/"/><meta property="og:url" content="https://support.atlassian.com/organization-administration/docs/application-tunnel-security/"/><meta data-testid="sitewide-metadata-language" itemProp="inLanguage" content="en-US"/><meta property="og:locale" content="en-US"/><meta itemProp="publisher" content="Atlassian"/><meta itemProp="license" content="Except where otherwise noted, content in this space is licensed under a &lt;a href=&quot;https://creativecommons.org/licenses/by/2.5/au/&quot;&gt;Creative Commons Attribution 2.5 Australia License&lt;/a&gt;."/><meta itemProp="logo" content="https://images.ctfassets.net/zsv3d0ugroxu/4usk6GCfTOCSKCwCQykYIu/34d7ed0904d9a0274fb906f86f51e1e1/Atlassian-vertical-blue-onecolor-rgb.svg"/><meta itemProp="legalName" content="Atlassian Corporation Plc"/><meta itemProp="owns" content="Jira Software,Jira Service Management,Jira Work Management,Jira Align,Confluence,Hipchat,Bitbucket,Bamboo,Crucible,Crowd,Sourcetree,OpsGenie,Statuspage,Trello,Halp,Mindville"/><meta property="og:site_name" content="Atlassian Support"/><meta name="google-site-verification" content="Lwmfu2vZQ0v_OCc48kYQNXCcmgP7Gj6Fg2kL08Xhfn0"/><meta name="botify-site-verification" content="hY5hGfcz5nP5IQlF34bo5hbgmle2cSeO"/><meta http-equiv="X-UA-Compatible" content="IE=EDGE"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta charSet="utf-8"/><meta itemProp="dateModified" content="2024-03-13T10:46:50.289Z"/><meta name="description" content="Learn more about the security of application tunnels, including data encryption and tunnel access. Check how to regenerate security keys."/><meta property="og:description" content="Learn more about the security of application tunnels, including data encryption and tunnel access. Check how to regenerate security keys."/><meta itemProp="name" content="Application tunnel security"/><meta itemProp="brand" content="Organization administration"/><meta data-testid="meta_pageType" name="page-type" content="Documentation"/> <script data-react-helmet="true" type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/","name":"Atlassian Support"}},{"@type":"ListItem","position":2,"item":{"@id":"/organization-administration/resources/","name":"Organization administration Resources"}},{"@type":"ListItem","position":3,"item":{"@id":"/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/","name":"Connect to self-managed products with application tunnels"}}]}</script> <!-- Adds polyfills for IE support --> <script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=fetch,es5,es6,es7,default,Element.prototype.append&flags=gated" type="text/javascript" charset="UTF-8" > </script> <!-- Evergage start --> <script src="https://cdn.evgnet.com/beacon/atlassian/engage/scripts/evergageFlickerDefender.min.js"></script> <script type="text/javascript"> var _aaq = window._aaq || (window._aaq = []); (function(){ var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.defer = true; g.async = true; g.src = document.location.protocol + '//cdn.evgnet.com/beacon/atlassian/engage/scripts/evergage.min.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- Imported StyledComponent tags --> <style data-styled-components="bZGgwh cZJnvt iLtbJJ hSsjZP ibwhYF eMLfYp eUeRWO jcVgLC korNWI gvARzl btRcgO bcCCNc jqBRrP kULDQW ktEnzR lljZNu kUYcyx gEdAYa fIPKnQ fVLHZh jjYaPd hAPZyn dqqHMN kLcQuX dKMyAW bcqBjl ieACwX jkUDCC dpdQTH jdkWJB hBeamM iFRukD ezJZXo PgEDm ezQlwD jBPlWM dNlTAn krWSDT dMUDhz kjpcSg jklceZ jqZvvE fjMiSz byHcWR emQnmn fffDij dJbcJh iLptLB bTsvjP dcQPEg eAxjKI dnzyaD eiYreW fItpNE eMRgDW gZerWW kSIZGq liwvXr hDwNJB iILgrR gHJZiQ cpdxlQ"> /* sc-component-id: sc-bxivhb */ .iFRukD{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:3px;background-color:#DEEBFF;padding:16px;}.ezJZXo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:3px;background-color:#FFFAE6;padding:16px;} /* sc-component-id: sc-ifAKCX */ .ezQlwD{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;} /* sc-component-id: sc-bZQynM */ * + .jBPlWM{margin-top:8px;} /* sc-component-id: sc-dnqmqq */ .PgEDm{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:40px;} .PgEDm > span{margin:-2px 0;vertical-align:top;} /* sc-component-id: Icon__IconWrapper-dyhwwi-0 */ .dqqHMN{height:16px;width:16px;color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .dqqHMN > svg{height:16px;width:16px;max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .dqqHMN stop{stop-color:currentColor;}.kLcQuX{color:#0747A6;display:inline-block;fill:#DEEBFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .kLcQuX > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .kLcQuX stop{stop-color:currentColor;}.dKMyAW{color:#FF8B00;display:inline-block;fill:#FFFAE6;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .dKMyAW > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .dKMyAW stop{stop-color:currentColor;}.bcqBjl{color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .bcqBjl > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .bcqBjl stop{stop-color:currentColor;}.ieACwX{height:32px;width:32px;color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .ieACwX > svg{height:32px;width:32px;max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .ieACwX stop{stop-color:currentColor;}.jkUDCC{color:inherit;display:inline-block;fill:inherit;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .jkUDCC > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .jkUDCC stop{stop-color:currentColor;}.dpdQTH{color:#5243AA;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .dpdQTH > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .dpdQTH stop{stop-color:currentColor;}.jdkWJB{height:24px;width:24px;color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .jdkWJB > svg{height:24px;width:24px;max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .jdkWJB stop{stop-color:currentColor;} /* sc-component-id: sc-jTzLTM */ .fjMiSz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-height:0%;} /* sc-component-id: sc-fjdhpX */ .dcQPEg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-height:0%;padding-left:8px;padding-right:8px;} /* sc-component-id: sc-jzJRlG */ .byHcWR{position:relative;} /* sc-component-id: sc-cSHVUG */ .dJbcJh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:500;list-style-type:none;margin:0;padding:0;} /* sc-component-id: sc-kAzzGY */ .emQnmn{background-color:#EBECF0;border-radius:2px;bottom:0;content:'';height:2px;left:8px;margin:0;position:absolute;right:8px;width:inherit;}.fffDij{background-color:#0052CC;border-radius:2px;bottom:0;content:'';height:2px;left:8px;margin:0;position:absolute;right:8px;width:inherit;} /* sc-component-id: sc-chPdSV */ .iLptLB{color:#0052CC;cursor:pointer;line-height:1.8;margin:0;padding:4px 8px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .iLptLB:hover{color:#0052CC;} .iLptLB:active,.iLptLB:active::before{color:#0052CC;} .iLptLB:focus{border-radius:3px;box-shadow:0 0 0 2px #0052CC inset;outline:none;}.bTsvjP{color:#42526E;cursor:pointer;line-height:1.8;margin:0;padding:4px 8px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .bTsvjP:hover{color:#0052CC;} .bTsvjP:active,.bTsvjP:active::before{color:#0747A6;} .bTsvjP:focus{border-radius:3px;box-shadow:0 0 0 2px #4C9AFF inset;outline:none;} /* sc-component-id: sc-keyframes-bZGgwh */ @-webkit-keyframes bZGgwh{from{opacity:0;}to{opacity:0;}} @keyframes bZGgwh{from{opacity:0;}to{opacity:0;}} /* sc-component-id: sc-keyframes-cZJnvt */ @-webkit-keyframes cZJnvt{from{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);}to{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}} @keyframes cZJnvt{from{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg);}to{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}} /* sc-component-id: sc-keyframes-iLtbJJ */ @-webkit-keyframes iLtbJJ{from{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}to{-webkit-transform:rotate(510deg);-ms-transform:rotate(510deg);transform:rotate(510deg);}} @keyframes iLtbJJ{from{-webkit-transform:rotate(230deg);-ms-transform:rotate(230deg);transform:rotate(230deg);}to{-webkit-transform:rotate(510deg);-ms-transform:rotate(510deg);transform:rotate(510deg);}} /* sc-component-id: sc-keyframes-hSsjZP */ @-webkit-keyframes hSsjZP{from{opacity:1;}to{opacity:0;}} @keyframes hSsjZP{from{opacity:1;}to{opacity:0;}} /* sc-component-id: sc-keyframes-ibwhYF */ @-webkit-keyframes ibwhYF{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}} @keyframes ibwhYF{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}} /* sc-component-id: sc-keyframes-eMLfYp */ @-webkit-keyframes eMLfYp{from{opacity:0;}to{opacity:1;}} @keyframes eMLfYp{from{opacity:0;}to{opacity:1;}} /* sc-component-id: sc-keyframes-eUeRWO */ @-webkit-keyframes eUeRWO{from{stroke-dashoffset:43.982297150257104px;}to{stroke-dashoffset:35.18583772020568px;}} @keyframes eUeRWO{from{stroke-dashoffset:43.982297150257104px;}to{stroke-dashoffset:35.18583772020568px;}} /* sc-component-id: sc-keyframes-jcVgLC */ @-webkit-keyframes jcVgLC{from{stroke-dashoffset:69.11503837897544px;}to{stroke-dashoffset:55.29203070318036px;}} @keyframes jcVgLC{from{stroke-dashoffset:69.11503837897544px;}to{stroke-dashoffset:55.29203070318036px;}} /* sc-component-id: sc-keyframes-korNWI */ @-webkit-keyframes korNWI{from{stroke-dashoffset:135.0884841043611px;}to{stroke-dashoffset:108.07078728348888px;}} @keyframes korNWI{from{stroke-dashoffset:135.0884841043611px;}to{stroke-dashoffset:108.07078728348888px;}} /* sc-component-id: sc-keyframes-gvARzl */ @-webkit-keyframes gvARzl{from{stroke-dashoffset:270.1769682087222px;}to{stroke-dashoffset:216.14157456697777px;}} @keyframes gvARzl{from{stroke-dashoffset:270.1769682087222px;}to{stroke-dashoffset:216.14157456697777px;}} /* sc-component-id: sc-jKJlTe */ .eAxjKI{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;background:none;border-radius:3px;border-width:0;box-sizing:border-box;color:#0052CC !important;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;font-style:normal;height:2.2857142857142856em;line-height:2.2857142857142856em;margin:0;max-width:100%;outline:none !important;padding:0 8px;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);-webkit-transition-duration:0.1s,0.15s;transition-duration:0.1s,0.15s;vertical-align:middle;white-space:nowrap;width:auto;} .eAxjKI::-moz-focus-inner{border:0;margin:0;padding:0;}.dnzyaD{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;background:rgba(9,30,66,0.04);border-radius:3px;border-width:0;box-sizing:border-box;color:#505F79 !important;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;font-style:normal;height:2.2857142857142856em;line-height:2.2857142857142856em;margin:0;max-width:100%;outline:none !important;padding:0 8px;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);-webkit-transition-duration:0.1s,0.15s;transition-duration:0.1s,0.15s;vertical-align:middle;white-space:nowrap;width:auto;} .dnzyaD::-moz-focus-inner{border:0;margin:0;padding:0;} /* sc-component-id: sc-bbmXgH */ a.gZerWW{-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;background:none;border-radius:3px;border-width:0;box-sizing:border-box;color:#6B778C !important;cursor:default;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;font-size:inherit;font-style:normal;height:auto;line-height:inherit;margin:0;max-width:100%;outline:none !important;padding:0;text-align:center;-webkit-text-decoration:none;text-decoration:none;-webkit-transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);transition:background 0.1s ease-out,box-shadow 0.15s cubic-bezier(0.47,0.03,0.49,1.38);-webkit-transition-duration:0.1s,0.15s;transition-duration:0.1s,0.15s;vertical-align:baseline;white-space:nowrap;width:auto;} a.gZerWW::-moz-focus-inner{border:0;margin:0;padding:0;} /* sc-component-id: Button__ButtonElement-sc-114ur46-0 */ .eMRgDW{max-width:150px !important;} /* sc-component-id: BreadcrumbsItem__BreadcrumbsItemElement-sc-1hh8yo5-0 */ .fItpNE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;height:1.7142857142857142em;line-height:1.7142857142857142em;padding:0;box-sizing:border-box;max-width:100%;} /* sc-component-id: Separator-c8t0qf-0 */ .kSIZGq{color:#7A869A;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:0 8px;text-align:center;width:8px;} /* sc-component-id: BreadcrumbsContainer-tgj96-0 */ .eiYreW{color:#5E6C84;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;} /* sc-component-id: sc-cmthru */ .hBeamM{color:inherit;display:inline-block;fill:currentColor;height:16px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;} .hBeamM > svg{fill:inherit;height:100%;left:0;position:absolute;top:0;width:100%;} .hBeamM > canvas{display:block;height:100%;visibility:hidden;} .hBeamM stop{stop-color:currentColor;} /* sc-component-id: Radio__Label-sc-2hlmhw-0 */ .liwvXr{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;color:#091E42;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} /* sc-component-id: Radio__LabelText-sc-2hlmhw-1 */ .cpdxlQ{padding:2px 4px;} /* sc-component-id: Radio__IconWrapper-sc-2hlmhw-2 */ .gHJZiQ{line-height:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#FAFBFC;fill:transparent;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;} .gHJZiQ circle:first-of-type{-webkit-transition:stroke 0.2s ease-in-out;transition:stroke 0.2s ease-in-out;stroke:#DFE1E6;stroke-width:2px;} /* sc-component-id: RadioInput__RadioInputWrapper-uvnzru-0 */ .hDwNJB{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;} /* sc-component-id: RadioInput__HiddenInput-uvnzru-1 */ .iILgrR{position:absolute;top:50%;left:50%;padding:0;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;} /* sc-component-id: sc-keyframes-btRcgO */ @-webkit-keyframes btRcgO{0%{-webkit-animation-timing-function:cubic-bezier(0.23830050393398,0,0.25586732616931,0.79011192334632);animation-timing-function:cubic-bezier(0.23830050393398,0,0.25586732616931,0.79011192334632);max-width:200px;}20%{-webkit-animation-timing-function:cubic-bezier(0.21787238302442,0.98324004924648,0.58694150667646,1);animation-timing-function:cubic-bezier(0.21787238302442,0.98324004924648,0.58694150667646,1);max-width:160px;}100%{max-width:0;}} @keyframes btRcgO{0%{-webkit-animation-timing-function:cubic-bezier(0.23830050393398,0,0.25586732616931,0.79011192334632);animation-timing-function:cubic-bezier(0.23830050393398,0,0.25586732616931,0.79011192334632);max-width:200px;}20%{-webkit-animation-timing-function:cubic-bezier(0.21787238302442,0.98324004924648,0.58694150667646,1);animation-timing-function:cubic-bezier(0.21787238302442,0.98324004924648,0.58694150667646,1);max-width:160px;}100%{max-width:0;}} /* sc-component-id: sc-dymIpo */ .gEdAYa{position:relative;width:100%;} /* sc-component-id: sc-bnXvFD */ .jjYaPd{color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .jjYaPd > svg{max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .jjYaPd stop{stop-color:currentColor;}.hAPZyn{height:24px;width:24px;color:currentColor;display:inline-block;fill:#FFFFFF;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;line-height:1;} .hAPZyn > svg{height:24px;width:24px;max-height:100%;max-width:100%;overflow:hidden;pointer-events:none;vertical-align:bottom;} .hAPZyn stop{stop-color:currentColor;} /* sc-component-id: sc-gJWqzi */ .krWSDT{width:250px;max-width:100%;float:none;margin:24px auto;position:relative;} tr .krWSDT{max-width:100%;} .krWSDT:not(.is-resizing){-webkit-transition:width 100ms ease-in;transition:width 100ms ease-in;} .krWSDT::after{content:'';display:block;padding-bottom:80.000%;font-size:0;line-height:0;} .krWSDT > div{position:absolute;height:100%;} .krWSDT [data-node-type='media']{position:static !important;} .krWSDT [data-node-type='media'] > div{position:absolute;height:100%;}.dMUDhz{width:136px;max-width:100%;float:none;margin:24px auto;position:relative;} tr .dMUDhz{max-width:100%;} .dMUDhz:not(.is-resizing){-webkit-transition:width 100ms ease-in;transition:width 100ms ease-in;} .dMUDhz::after{content:'';display:block;padding-bottom:80.000%;font-size:0;line-height:0;} .dMUDhz > div{position:absolute;height:100%;} .dMUDhz [data-node-type='media']{position:static !important;} .dMUDhz [data-node-type='media'] > div{position:absolute;height:100%;}.kjpcSg{width:57px;max-width:100%;float:none;margin:24px auto;position:relative;} tr .kjpcSg{max-width:100%;} .kjpcSg:not(.is-resizing){-webkit-transition:width 100ms ease-in;transition:width 100ms ease-in;} .kjpcSg::after{content:'';display:block;padding-bottom:60.769%;font-size:0;line-height:0;} .kjpcSg > div{position:absolute;height:100%;} .kjpcSg [data-node-type='media']{position:static !important;} .kjpcSg [data-node-type='media'] > div{position:absolute;height:100%;} /* sc-component-id: sc-kXeGPI */ .fIPKnQ{font-size:14px;line-height:24px;color:#172B4D;word-wrap:break-word;white-space:pre-wrap;} .fIPKnQ h1 .heading-anchor-wrapper{position:absolute;width:0;height:1.1666666666666667em;} .fIPKnQ h1 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h1:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ h2 .heading-anchor-wrapper{position:absolute;width:0;height:1.2em;} .fIPKnQ h2 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h2:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ h3 .heading-anchor-wrapper{position:absolute;width:0;height:1.25em;} .fIPKnQ h3 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h3:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ h4 .heading-anchor-wrapper{position:absolute;width:0;height:1.1428571428571428em;} .fIPKnQ h4 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h4:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ h5 .heading-anchor-wrapper{position:absolute;width:0;height:1.3333333333333333em;} .fIPKnQ h5 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h5:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ h6 .heading-anchor-wrapper{position:absolute;width:0;height:1.4545454545454546em;} .fIPKnQ h6 .heading-anchor-wrapper button{opacity:0;-webkit-transform:translate(8px,0px);-ms-transform:translate(8px,0px);transform:translate(8px,0px);-webkit-transition:opacity 0.2s ease 0s,-webkit-transform 0.2s ease 0s;-webkit-transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;transition:opacity 0.2s ease 0s,transform 0.2s ease 0s;} .fIPKnQ h6:hover .heading-anchor-wrapper button{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none;width:unset;} .fIPKnQ span.akActionMark{color:#0052CC;-webkit-text-decoration:none;text-decoration:none;} .fIPKnQ span.akActionMark:hover{color:#0065FF;-webkit-text-decoration:underline;text-decoration:underline;} .fIPKnQ span.akActionMark{cursor:pointer;} .fIPKnQ blockquote{box-sizing:border-box;padding-left:16px;border-left:2px solid #DFE1E6;margin:1.143rem 0 0 0;margin-right:0;} [dir='rtl'] .fIPKnQ blockquote{padding-left:0;padding-right:16px;} .fIPKnQ blockquote:first-child{margin-top:0;} .fIPKnQ blockquote::before{content:'';} .fIPKnQ blockquote::after{content:none;} .fIPKnQ blockquote p{display:block;} .fIPKnQ blockquote table,.fIPKnQ blockquote table:last-child{display:inline-table;} .fIPKnQ h1{font-size:1.7142857142857142em;font-style:inherit;line-height:1.1666666666666667;color:#172B4D;font-weight:500;-webkit-letter-spacing:-0.01em;-moz-letter-spacing:-0.01em;-ms-letter-spacing:-0.01em;letter-spacing:-0.01em;margin-top:40px;margin-bottom:0;margin-top:1.667em;} .fIPKnQ h2{font-size:1.4285714285714286em;font-style:inherit;line-height:1.2;color:#172B4D;font-weight:500;-webkit-letter-spacing:-0.008em;-moz-letter-spacing:-0.008em;-ms-letter-spacing:-0.008em;letter-spacing:-0.008em;margin-top:28px;margin-top:1.8em;margin-bottom:0;} .fIPKnQ h3{font-size:1.1428571428571428em;font-style:inherit;line-height:1.25;color:#172B4D;font-weight:600;-webkit-letter-spacing:-0.006em;-moz-letter-spacing:-0.006em;-ms-letter-spacing:-0.006em;letter-spacing:-0.006em;margin-top:24px;margin-top:2em;margin-bottom:0;} .fIPKnQ h4{font-size:1em;font-style:inherit;line-height:1.1428571428571428;color:#172B4D;font-weight:600;-webkit-letter-spacing:-0.003em;-moz-letter-spacing:-0.003em;-ms-letter-spacing:-0.003em;letter-spacing:-0.003em;margin-top:16px;margin-top:1.357em;} .fIPKnQ h5{font-size:0.8571428571428571em;font-style:inherit;line-height:1.3333333333333333;color:#172B4D;font-weight:600;margin-top:20px;text-transform:uppercase;margin-top:1.667em;text-transform:none;} .fIPKnQ h6{font-size:0.7857142857142857em;font-style:inherit;line-height:1.4545454545454546;color:#6B778C;font-weight:700;margin-top:16px;margin-top:1.455em;text-transform:none;} .fIPKnQ .ak-editor-panel{border-radius:3px;margin:1.143rem 0 0;padding:8px;min-width:48px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;word-break:break-word;background-color:#DEEBFF;border:none;color:inherit;} .fIPKnQ .ak-editor-panel .ak-editor-panel__icon{display:block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;height:24px;width:24px;box-sizing:content-box;padding-right:8px;color:#0052CC;} .fIPKnQ .ak-editor-panel .ak-editor-panel__icon > span{vertical-align:middle;display:inline;} .fIPKnQ .ak-editor-panel .ak-editor-panel__content{margin:1px 0 1px;-webkit-flex:1 0 0;-ms-flex:1 0 0;flex:1 0 0;} .fIPKnQ .ak-editor-panel[data-panel-type='note']{background-color:#EAE6FF;border:none;color:inherit;} .fIPKnQ .ak-editor-panel[data-panel-type='note'] .ak-editor-panel__icon{color:#5243AA;} .fIPKnQ .ak-editor-panel[data-panel-type='tip']{background-color:#E3FCEF;border:none;color:inherit;} .fIPKnQ .ak-editor-panel[data-panel-type='tip'] .ak-editor-panel__icon{color:#00875A;} .fIPKnQ .ak-editor-panel[data-panel-type='warning']{background-color:#FFFAE6;border:none;color:inherit;} .fIPKnQ .ak-editor-panel[data-panel-type='warning'] .ak-editor-panel__icon{color:#FF991F;} .fIPKnQ .ak-editor-panel[data-panel-type='error']{background-color:#FFEBE6;border:none;color:inherit;} .fIPKnQ .ak-editor-panel[data-panel-type='error'] .ak-editor-panel__icon{color:#DE350B;} .fIPKnQ .ak-editor-panel[data-panel-type='success']{background-color:#E3FCEF;border:none;color:inherit;} .fIPKnQ .ak-editor-panel[data-panel-type='success'] .ak-editor-panel__icon{color:#00875A;} .fIPKnQ .ak-editor-panel.danger{box-shadow:0 0 0 1px #FF5630;background:#FFEBE6 !important;} .fIPKnQ .ak-editor-panel.danger .ak-editor-panel__icon{color:#DE350B !important;} .fIPKnQ .danger .ak-editor-panel{background:rgb(255,189,173,0.5) !important;} .fIPKnQ .danger .ak-editor-panel .ak-editor-panel__icon{color:#DE350B !important;} .fIPKnQ hr{border:none;background-color:rgba(9,30,66,0.08);margin:1.714em 0;height:2px;border-radius:1px;} .fIPKnQ hr.ProseMirror-selectednode{outline:none;background-color:#0065FF;} .fIPKnQ p{font-size:1em;line-height:1.714;font-weight:normal;margin-top:1.143rem;margin-bottom:0;-webkit-letter-spacing:-0.005em;-moz-letter-spacing:-0.005em;-ms-letter-spacing:-0.005em;letter-spacing:-0.005em;} .fIPKnQ ul,.fIPKnQ ol{box-sizing:border-box;padding-left:24px;} .fIPKnQ .ak-ol,.fIPKnQ .ak-ul{display:table;display:flow-root;} .fIPKnQ ul,.fIPKnQ ul ul ul ul{list-style-type:disc;} .fIPKnQ ul ul,.fIPKnQ ul ul ul ul ul{list-style-type:circle;} .fIPKnQ ul ul ul,.fIPKnQ ul ul ul ul ul ul{list-style-type:square;} .fIPKnQ ol,.fIPKnQ ol ol ol ol{list-style-type:decimal;} .fIPKnQ ol ol,.fIPKnQ ol ol ol ol ol{list-style-type:lower-alpha;} .fIPKnQ ol ol ol,.fIPKnQ ol ol ol ol ol ol{list-style-type:lower-roman;} .fIPKnQ .fabric-editor-indentation-mark[data-level='1']{margin-left:30px;} .fIPKnQ .fabric-editor-indentation-mark[data-level='2']{margin-left:60px;} .fIPKnQ .fabric-editor-indentation-mark[data-level='3']{margin-left:90px;} .fIPKnQ .fabric-editor-indentation-mark[data-level='4']{margin-left:120px;} .fIPKnQ .fabric-editor-indentation-mark[data-level='5']{margin-left:150px;} .fIPKnQ .fabric-editor-indentation-mark[data-level='6']{margin-left:180px;} .fIPKnQ *:not(.fabric-editor-block-mark) > p:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child p:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h1:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h1:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h2:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h2:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h3:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h3:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h4:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h4:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h5:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h5:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > h6:first-child,.fIPKnQ *:not(.fabric-editor-block-mark) > div.fabric-editor-block-mark:first-child h6:first-child{margin-top:0;} .fIPKnQ span.code{font-size:11.998px;font-weight:normal;padding:2px 0px 2px 0px;background-color:rgba(9,30,66,0.08);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:3px;border-style:none;font-family:'SFMono-Medium','SF Mono','Segoe UI Mono','Roboto Mono','Ubuntu Mono',Menlo,Consolas,Courier,monospace;white-space:pre-wrap;margin:0 4px 0 4px;box-shadow:-4px 0 0 0 rgba(9,30,66,0.08),4px 0 0 0 rgba(9,30,66,0.08);} .fIPKnQ span.code::before,.fIPKnQ span.code::after{vertical-align:text-top;display:inline-block;content:'';} .fIPKnQ .right-shadow::before,.fIPKnQ .right-shadow::after,.fIPKnQ .left-shadow::before,.fIPKnQ .left-shadow::after{display:none;position:absolute;pointer-events:none;z-index:12;width:8px;content:'';height:calc(100%);} .fIPKnQ .right-shadow,.fIPKnQ .left-shadow{position:relative;} .fIPKnQ .left-shadow::before{background:linear-gradient( to left, rgba(99,114,130,0) 0, rgba(9,30,66,0.13) 100% );top:0px;left:0;display:block;} .fIPKnQ .right-shadow::after{background:linear-gradient( to right, rgba(99,114,130,0) 0, rgba(9,30,66,0.13) 100% );left:calc(100% - 8px);top:0px;display:block;} .fIPKnQ .date-lozenger-container{display:inline-block;} .fIPKnQ .ProseMirror .taskItemView-content-wrap,.fIPKnQ .ProseMirror .decisionItemView-content-wrap{position:relative;min-width:48px;} .fIPKnQ .ProseMirror .decisionItemView-content-wrap{margin-top:0;} .fIPKnQ div[data-task-list-local-id]{margin:12px 0 0 0;} .fIPKnQ div[data-task-list-local-id]:first-child{margin-top:0;} .fIPKnQ div[data-task-list-local-id] div[data-task-list-local-id]{margin-top:0px;margin-left:24px;} .fIPKnQ .UnknownBlock{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Fira Sans','Droid Sans','Helvetica Neue',sans-serif;font-size:14;font-weight:400;white-space:pre-wrap;word-wrap:break-word;} .fIPKnQ span.date-node{background:rgba(9,30,66,0.08);border-radius:3px;color:#172B4D;padding:2px 4px;margin:0 1px;-webkit-transition:background 0.3s;transition:background 0.3s;white-space:nowrap;} .fIPKnQ span.date-node-highlighted{background:#FFEBE6;color:#BF2600;} .fIPKnQ .renderer-image{max-width:100%;display:block;margin:24px 0;} .fIPKnQ .media-single.media-wrapped + .media-single:not(.media-wrapped){clear:both;} .fIPKnQ .code-block,.fIPKnQ blockquote,.fIPKnQ hr,.fIPKnQ > div > div:not(.media-wrapped),.fIPKnQ .media-single.media-wrapped + .media-wrapped + *:not(.media-wrapped),.fIPKnQ .media-single.media-wrapped + div:not(.media-wrapped){clear:both;} .fIPKnQ .media-wrapped + h1,.fIPKnQ .media-wrapped + h2,.fIPKnQ .media-wrapped + h3,.fIPKnQ .media-wrapped + h4,.fIPKnQ .media-wrapped + h5,.fIPKnQ .media-wrapped + h6{margin-top:8px;} .fIPKnQ .fabric-editor-block-mark[data-align='end'] > h1,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h1,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h1,.fIPKnQ .fabric-editor-block-mark[data-align='end'] > h2,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h2,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h2,.fIPKnQ .fabric-editor-block-mark[data-align='end'] > h3,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h3,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h3,.fIPKnQ .fabric-editor-block-mark[data-align='end'] > h4,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h4,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h4,.fIPKnQ .fabric-editor-block-mark[data-align='end'] > h5,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h5,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h5,.fIPKnQ .fabric-editor-block-mark[data-align='end'] > h6,.fIPKnQ .fabric-editor-block-mark[data-align='center'] > h6,.fIPKnQ .fabric-editor-block-mark[data-align='right'] > h6{display:inline-block;} .fIPKnQ li .media-single{margin:0;} .fIPKnQ.ua-chrome li > .mediaSingleView-content-wrap::before{content:'';display:block;height:0;} .fIPKnQ table .media-single{margin-top:12px;margin-bottom:12px;clear:both;} .fIPKnQ .media-single.image-wrap-right + .media-single.image-wrap-left{clear:both;} .fIPKnQ .media-single.image-wrap-left + .media-single.image-wrap-right,.fIPKnQ .media-single.image-wrap-right + .media-single.image-wrap-left,.fIPKnQ .media-single.image-wrap-left + .media-single.image-wrap-left,.fIPKnQ .media-single.image-wrap-right + .media-single.image-wrap-right{margin-right:0;margin-left:0;} .fIPKnQ div[class^='image-wrap-'] + div[class^='image-wrap-']{margin-left:0;margin-right:0;} .fIPKnQ .ak-renderer-document > * .pm-table-container,.fIPKnQ .ak-renderer-document > * .ak-renderer-extension{width:100% !important;left:0 !important;} .fIPKnQ .ak-renderer-document > .ak-renderer-extension[data-layout='wide'],.fIPKnQ .ak-renderer-document > .ak-renderer-extension[data-layout='full-width']{margin-left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);} .fIPKnQ .ak-renderer-document > * .ak-renderer-extension-overflow-container{overflow-x:auto;} .fIPKnQ .pm-table-wrapper{overflow-x:auto;} .fIPKnQ .pm-table-container{position:relative;margin:0 auto 16px;box-sizing:border-box;} .fIPKnQ .pm-table-container .decisionItemView-content-wrap:first-child > div{margin-top:0;} .fIPKnQ .pm-table-container[data-number-column='true']{padding-left:41px;} .fIPKnQ .pm-table-container > table,.fIPKnQ .pm-table-wrapper > table{border-collapse:collapse;margin:24px 8px 0 0;border:1px solid #C1C7D0;table-layout:fixed;font-size:1em;width:100%;} .fIPKnQ .pm-table-container > table[data-autosize='true'],.fIPKnQ .pm-table-wrapper > table[data-autosize='true']{table-layout:auto;} .fIPKnQ .pm-table-container > table *,.fIPKnQ .pm-table-wrapper > table *{box-sizing:border-box;} .fIPKnQ .pm-table-container > table tbody,.fIPKnQ .pm-table-wrapper > table tbody{border-bottom:none;} .fIPKnQ .pm-table-container > table th td,.fIPKnQ .pm-table-wrapper > table th td{background-color:white;} .fIPKnQ .pm-table-container > table th,.fIPKnQ .pm-table-wrapper > table th,.fIPKnQ .pm-table-container > table td,.fIPKnQ .pm-table-wrapper > table td{min-width:48px;font-weight:normal;vertical-align:top;border:1px solid #C1C7D0;border-right-width:0;border-bottom-width:0;padding:8px;background-clip:padding-box;} .fIPKnQ .pm-table-container > table th > *:first-child,.fIPKnQ .pm-table-wrapper > table th > *:first-child,.fIPKnQ .pm-table-container > table td > *:first-child,.fIPKnQ .pm-table-wrapper > table td > *:first-child{margin-top:0;} .fIPKnQ .pm-table-container > table th > .ProseMirror-gapcursor.-right:first-child + *,.fIPKnQ .pm-table-wrapper > table th > .ProseMirror-gapcursor.-right:first-child + *,.fIPKnQ .pm-table-container > table td > .ProseMirror-gapcursor.-right:first-child + *,.fIPKnQ .pm-table-wrapper > table td > .ProseMirror-gapcursor.-right:first-child + *{margin-top:0;} .fIPKnQ .pm-table-container > table th > .ProseMirror-gapcursor:first-child + span + *,.fIPKnQ .pm-table-wrapper > table th > .ProseMirror-gapcursor:first-child + span + *,.fIPKnQ .pm-table-container > table td > .ProseMirror-gapcursor:first-child + span + *,.fIPKnQ .pm-table-wrapper > table td > .ProseMirror-gapcursor:first-child + span + *{margin-top:0;} .fIPKnQ .pm-table-container > table th th p:not(:first-of-type),.fIPKnQ .pm-table-wrapper > table th th p:not(:first-of-type),.fIPKnQ .pm-table-container > table td th p:not(:first-of-type),.fIPKnQ .pm-table-wrapper > table td th p:not(:first-of-type),.fIPKnQ .pm-table-container > table th td p:not(:first-of-type),.fIPKnQ .pm-table-wrapper > table th td p:not(:first-of-type),.fIPKnQ .pm-table-container > table td td p:not(:first-of-type),.fIPKnQ .pm-table-wrapper > table td td p:not(:first-of-type){margin-top:12px;} .fIPKnQ .pm-table-container > table th,.fIPKnQ .pm-table-wrapper > table th{background-color:#F4F5F7;text-align:left;} .fIPKnQ .pm-table-container > table th .code-block,.fIPKnQ .pm-table-wrapper > table th .code-block{background:rgba(9,30,66,0.04);} .fIPKnQ .pm-table-container > table th .code-block > span,.fIPKnQ .pm-table-wrapper > table th .code-block > span{background:transparent !important;} .fIPKnQ .pm-table-container{z-index:0;-webkit-transition:all 0.1s linear;transition:all 0.1s linear;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;} .fIPKnQ .pm-table-container.right-shadow::after,.fIPKnQ .pm-table-container.left-shadow::before{top:23px;height:calc(100% - 24px);z-index:12;} .fIPKnQ .pm-table-container table{margin-left:0;margin-right:0;} .fIPKnQ .pm-table-container table .ak-renderer-tableHeader-sortable-column{cursor:pointer;} .fIPKnQ .pm-table-container table .ak-renderer-tableHeader-sortable-column.ak-renderer-tableHeader-sortable-column__not-allowed{cursor:default;} .fIPKnQ .pm-table-container table .ak-renderer-tableHeader-sortable-column .ak-renderer-tableHeader-sorting-icon{margin:0;opacity:1;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;} .fIPKnQ .pm-table-container table .ak-renderer-tableHeader-sortable-column .ak-renderer-tableHeader-sorting-icon__no-order{opacity:0;} .fIPKnQ .pm-table-container table .ak-renderer-tableHeader-sortable-column:hover .ak-renderer-tableHeader-sorting-icon__no-order{opacity:1;} .fIPKnQ .pm-table-container table tr:first-child td,.fIPKnQ .pm-table-container table tr:first-child th{position:relative;} .fIPKnQ .pm-table-container table[data-number-column='true'] .ak-renderer-table-number-column{background-color:#F4F5F7;border-right:1px solid #C1C7D0;width:42px;text-align:center;color:#6B778C;font-size:14px;} .fIPKnQ .pm-table-container table[data-number-column='true'] .fixed .ak-renderer-table-number-column{border-right:0px none;} .fIPKnQ tr[data-header-row].fixed{position:fixed !important;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;z-index:11;border-right:1px solid #C1C7D0;border-bottom:1px solid #C1C7D0;-webkit-transform:translateX(-1px);-ms-transform:translateX(-1px);transform:translateX(-1px);} .fIPKnQ .sticky > th{z-index:11;position:-webkit-sticky !important;position:sticky !important;top:0;} .fIPKnQ .sticky > td{position:-webkit-sticky !important;position:sticky !important;top:0;} .fIPKnQ .sticky th,.fIPKnQ .sticky td{box-shadow:0px 1px #C1C7D0,0px -0.5px #C1C7D0,inset -1px 0px #F4F5F7,0px -1px #F4F5F7;} .fIPKnQ .fixed + tr{min-height:0px;} .fIPKnQ .code-block{max-width:100%;display:-ms-grid;display:grid;-ms-grid-columns:auto 1fr;grid-template-columns:minmax(0,1fr);position:relative;word-wrap:normal;} .fIPKnQ .code-block > span{-ms-grid-row:1;-ms-grid-column:2;grid-column:1;} .fIPKnQ .MediaGroup,.fIPKnQ .code-block{margin-top:1.143rem;} .fIPKnQ .MediaGroup:first-child,.fIPKnQ .code-block:first-child{margin-top:0;} .fIPKnQ [data-layout-section]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;} .fIPKnQ [data-layout-section] > *{-webkit-flex:1;-ms-flex:1;flex:1;min-width:0;} @media screen and (max-width:1024px){.fIPKnQ [data-layout-section]{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}} .fIPKnQ [data-layout-section]{margin-top:20px;} .fIPKnQ [data-layout-section] > div + div{margin-left:32px;} @media screen and (max-width:1024px){.fIPKnQ [data-layout-section] > div + div{margin-left:0;}} /* sc-component-id: sc-fyjhYU */ .dNlTAn{-webkit-transition:all 0.1s linear;transition:all 0.1s linear;} .dNlTAn .ak-editor-media-link{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;} @media (any-hover:hover){.dNlTAn .ak-editor-media-link{width:20px;height:20px;}.dNlTAn .ak-editor-media-link span[role='img']{width:initial;height:initial;}.dNlTAn .ak-editor-media-link span[role='img'] > svg{width:24px;height:24px;}.dNlTAn:not(:hover) .ak-editor-media-link{opacity:0;}.dNlTAn:focus-within .ak-editor-media-link{opacity:1;}} @media (pointer:none){.dNlTAn .ak-editor-media-link{width:36px;height:36px;}} /* sc-component-id: sc-eIHaNI */ .fVLHZh{color:#0052CC;} .fVLHZh:hover{color:#0065FF;-webkit-text-decoration:underline;text-decoration:underline;} /* sc-component-id: sc-keyframes-bcCCNc */ @-webkit-keyframes bcCCNc{0%{opacity:0;}100%{opacity:1;}} @keyframes bcCCNc{0%{opacity:0;}100%{opacity:1;}} /* sc-component-id: sc-keyframes-jqBRrP */ @-webkit-keyframes jqBRrP{0%{opacity:1;}50%{opacity:0.6;}100%{opacity:1;}} @keyframes jqBRrP{0%{opacity:1;}50%{opacity:0.6;}100%{opacity:1;}} /* sc-component-id: sc-keyframes-kULDQW */ @-webkit-keyframes kULDQW{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}} @keyframes kULDQW{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}} /* sc-component-id: sc-keyframes-ktEnzR */ @-webkit-keyframes ktEnzR{to{visibility:hidden;}} @keyframes ktEnzR{to{visibility:hidden;}} /* sc-component-id: sc-keyframes-lljZNu */ @-webkit-keyframes lljZNu{50%{background-color:#FF8F73;}} @keyframes lljZNu{50%{background-color:#FF8F73;}} /* sc-component-id: sc-keyframes-kUYcyx */ @-webkit-keyframes kUYcyx{0%{background-color:#FF8F73;}50%{background-color:auto;}100%{background-color:#FF8F73;}} @keyframes kUYcyx{0%{background-color:#FF8F73;}50%{background-color:auto;}100%{background-color:#FF8F73;}} /* sc-component-id: sc-goFBvh */ .jklceZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#F4F5F7;color:#C1C7D0;border-radius:3px;max-height:100%;max-width:100%;width:0px;height:0px;} .jklceZ > span{-webkit-animation:jqBRrP 0.8s infinite;animation:jqBRrP 0.8s infinite;} /* sc-component-id: sc-eBipZS */ .jqZvvE{line-height:1.1428571428571428;padding:0px 0.24em 2px 0.24em;display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:3px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;}</style> <link rel="stylesheet" href="/resources/main.css"> <!-- Sneaky Theme --> <!-- Javascript type rewrite function --> <script type="text/javascript"> var loadExternalJS = function(url, location, callback){ var scriptTag = document.createElement('script'); scriptTag.src = url; scriptTag.type = 'text/javascript'; // Then bind the event to the callback function. // There are several events for cross browser compatibility. scriptTag.onreadystatechange = callback; scriptTag.onload = callback; // Fire the loading location.appendChild(scriptTag); }; </script> <script> function initializeATLAnalytics() { window.dispatchEvent(new CustomEvent('initanalytics')); } </script> <script type="text/plain" class="optanon-category-2"> loadExternalJS("https://atl-global.atlassian.com/js/atl-global.min.js", document.body, initializeATLAnalytics); </script> <!-- SAC JavaScript bundles --> <script src="/resources/runtime.374dd4dd521789bd032b.bundle.js"></script> <script src="/resources/vendor.0910e76f16a491345586.bundle.js"></script> <script src="/resources/main.61151109ac60424eb219.bundle.js"></script> </head> <body> <div id="root"><div class="topic-set section-page flex-column-page" data-testid="page-template"><div class="content-wrapper"><div class="header-components" data-testid="global_header" data-event-container="globalHeader"><div><script data-app="bannerman" data-site-key="support-atlassian-com"></script><div id="bannerman"></div></div><header class="header"><div class="header__inner-container"><div class="header__inner-content"><div class="header__nav" data-testid="page-header" data-event-container="pageHeader"><div class="header__nav--logo"><div data-testid="waffle_menu" class="header__nav-item header__nav-item--waffle" role="button" tabindex="0" aria-label="Open products dropdown"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Products Dropdown"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path fill="currentColor" fill-rule="evenodd" d="M4 5.01C4 4.451 4.443 4 5.01 4h1.98C7.549 4 8 4.443 8 5.01v1.98C8 7.549 7.557 8 6.99 8H5.01C4.451 8 4 7.557 4 6.99V5.01zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C8 13.549 7.557 14 6.99 14H5.01C4.451 14 4 13.557 4 12.99v-1.98zm6-6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C14 7.549 13.557 8 12.99 8h-1.98C10.451 8 10 7.557 10 6.99V5.01zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01v-1.98zm6-6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C20 7.549 19.557 8 18.99 8h-1.98C16.451 8 16 7.557 16 6.99V5.01zm0 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01v-1.98zm-12 6c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98C8 19.549 7.557 20 6.99 20H5.01C4.451 20 4 19.557 4 18.99v-1.98zm6 0c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01v-1.98zm6 0c0-.558.443-1.01 1.01-1.01h1.98c.558 0 1.01.443 1.01 1.01v1.98c0 .558-.443 1.01-1.01 1.01h-1.98c-.558 0-1.01-.443-1.01-1.01v-1.98z"/></svg></span></div><a href="/" data-testid="atlas_link" class="header__nav-title"><h2 data-testid="header-support-link">Atlassian Support</h2></a></div><div class="header__nav--primary"><ul class="header__nav-list"><li style="display:none"><div data-testid="products-dropdown-button" aria-expanded="false" class="header__nav-item" role="button" tabindex="0" aria-label="products"><span data-testid="products-dropdown">Products </span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="products"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M8.292 10.293a1.009 1.009 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></li><li><div class="header__nav-item" role="button" tabindex="0" aria-label="documentation" data-testid="documentation-dropdown"><span>Documentation</span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Documentation Dropdown"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M8.292 10.293a1.009 1.009 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></li><li><div aria-expanded="false" class="header__nav-item" role="button" tabindex="0" aria-label="resources"><span data-testid="resources-dropdown">Resources</span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Resources Dropdown"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M8.292 10.293a1.009 1.009 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></li></ul></div></div><div class="header__nav--secondary"><ul class="header__nav-list"><li><div class="header__nav-item contact-btn"><a href="" data-testid="contact-button">Contact</a></div></li><li><div data-testid="search_button" class="header__nav-item header__nav-item--icon header__nav-item--search-icon" role="button" tabindex="0" aria-label="Open search page"><span class="Icon__IconWrapper-dyhwwi-0 ieACwX" aria-label="Search Page"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M16.436 15.085l3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406zM10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></li><li><div class="header__nav-item account-btn-wrapper"><div class="account__login-btn"><a href="" data-testid="login-button">Log in</a></div></div></li><li><div class="header__nav-item header__nav-item--icon header__nav-item--dropdown-button" role="button" tabindex="0" aria-label="Open dropdown"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Dropdown Not Open"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill="currentColor" fill-rule="evenodd"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></g></svg></span></div></li></ul></div><div class="header__nav--mobile"><ul class="header__nav-list"><li><div class="header__nav-item header__nav-item--icon header__nav-item--search-icon" role="button" tabindex="0" aria-label="Open search page"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Open search page"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M16.436 15.085l3.94 4.01a1 1 0 0 1-1.425 1.402l-3.938-4.006a7.5 7.5 0 1 1 1.423-1.406zM10.5 16a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></li><li><div class="header__nav-item account-btn-wrapper"><div class="account__login-btn"><a href="" data-testid="login-button">Log in</a></div></div></li><li><div class="header__nav-item header__nav-item--icon" role="button" tabindex="0" aria-label="Open dropdown"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Open Dropdown"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill="currentColor" fill-rule="evenodd"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></g></svg></span></div></li></ul></div></div></div></header><div data-focus-lock-disabled="false"><div data-testid="dropdown_menu" class="dropdown hide-dropdown"><div class="dropdown__inner-container"><div class="dropdown__main-content-wrapper dropdown__card-styling"><div class="dropdown__main-content dropdown__products hidden" data-testid="dropdown_products"><div class="sc-jTzLTM fjMiSz"><div class="sc-jzJRlG byHcWR"><span class="sc-kAzzGY emQnmn"></span><div class="sc-cSHVUG dJbcJh" role="tablist"><div class="sc-chPdSV iLptLB" aria-posinset="1" aria-selected="true" aria-setsize="2" role="tab" tabindex="0">Cloud<span class="sc-kAzzGY fffDij"></span></div><div class="sc-chPdSV bTsvjP" aria-posinset="2" aria-selected="false" aria-setsize="2" role="tab" tabindex="-1">Data Center</div></div></div><div class="sc-fjdhpX dcQPEg" role="tabpanel"><div><ul class="product-list-wrapper"><li><a href="/jira-software-cloud/" data-testid="product-card-3yydXRuQ88gGCKOyYsAGaU" class="products__link product-card"><img src="https://images.ctfassets.net/zsv3d0ugroxu/2ryNZdkLeWXkQqIvNEjLUC/68e713a6278a65be548ced894add4391/product-jira-software.svg" alt="" height="95" width="95" class="icon-image" data-testid="product-img-3yydXRuQ88gGCKOyYsAGaU"/><p class="product-title-text">Jira Software</p></a></li><li><a href="/jira-service-management-cloud/" data-testid="product-card-1gXBh54v1sayA6w8yowM8u" class="products__link product-card"><img src="https://images.ctfassets.net/zsv3d0ugroxu/5XO1HrKiE8MUSUsmK4u0iw/e2639f598817f29b6cfb23143c0b3e52/product-jira-service-desk.svg" alt="" height="95" width="95" class="icon-image" data-testid="product-img-1gXBh54v1sayA6w8yowM8u"/><p class="product-title-text">Jira Service Management</p></a></li><li><a href="/confluence-cloud/" data-testid="product-card-4z1mIelYHYwE6ugCuqEg0y" class="products__link product-card"><img src="https://images.ctfassets.net/zsv3d0ugroxu/456CVQqY2QC8UgoQSKey86/86d2169e9619b46e7f1a943593f1096b/product-confluence.svg" alt="" height="95" width="95" class="icon-image" data-testid="product-img-4z1mIelYHYwE6ugCuqEg0y"/><p class="product-title-text">Confluence</p></a></li><li><a href="/bitbucket-cloud/" data-testid="product-card-UhZk1Nq8UMkcuUsy6sI4C" class="products__link product-card"><img src="https://images.ctfassets.net/zsv3d0ugroxu/7jHffRcR8c2a62QYQgOWMm/3d140c4e780318e6469bc9730bf4dae4/product-bitbucket.svg" alt="" height="95" width="95" class="icon-image" data-testid="product-img-UhZk1Nq8UMkcuUsy6sI4C"/><p class="product-title-text">Bitbucket</p></a></li><li><a href="/trello/" data-testid="product-card-7aO3e0I67vVoQJXGXm2pjr" class="products__link product-card"><img src="https://images.ctfassets.net/zsv3d0ugroxu/2ReFMrwvLWgsuOYeS8A0IY/2bf80cd75257378e1c7961401cdba7a0/trello-icon-gradient-neutral.svg" alt="" height="95" width="95" class="icon-image" data-testid="product-img-7aO3e0I67vVoQJXGXm2pjr"/><p class="product-title-text">Trello</p></a></li></ul><button class="products-toggle__button sc-jKJlTe eAxjKI" spacing="default" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">See all other products</span></span></button></div></div></div></div><div class="dropdown__main-content hide-dropdown reduced-spacing" data-testid="dropdown_documentation"><div data-testid="topic-card" class="cards margin-top-medium documentation-dropdown "><ul class="cards__inner"><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/learn-about-atlassian-organizations/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Learn about Atlassian organizations</p></div></header><p class="cards__body margin-top-small">New to administering Atlassian cloud products? Learn about Atlassian organizations and what it means to be an organization admin.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/manage-products-from-your-atlassian-organization/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage products from your Atlassian organization</p></div></header><p class="cards__body margin-top-small">Managing products from an organization? Learn what&#x27;s available to organization admins.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/manage-product-changes-from-an-atlassian-organization/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage product changes from an Atlassian organization</p></div></header><p class="cards__body margin-top-small">Need to control change in cloud? Test and manage product changes for Jira and Confluence Cloud.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Connect to self-managed products with application tunnels</p></div></header><p class="cards__body margin-top-small">Need to integrate your Atlassian products? Use application tunnels to connect your organization to the products in your network.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/control-your-shadow-it-footprint/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Control your shadow IT footprint</p></div></header><p class="cards__body margin-top-small">Are users signing up for products you don’t know about? Learn how to control the cost and security of your product footprint.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/copy-product-data/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Copy data from one instance of a cloud product to another</p></div></header><p class="cards__body margin-top-small">Adding or reorganizing teams? Move projects, spaces, users, and other data from one instance of a product to another.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/manage-atlassian-products-for-hipaa/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage Atlassian products for HIPAA </p></div></header><p class="cards__body margin-top-small">Enable HIPAA compliance for eligible Atlassian products and protect your sensitive data.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/manage-backup-and-restore-for-atlassian-products/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage backup and restore for Atlassian products</p></div></header><p class="cards__body margin-top-small">Need a backup and restore solution? Learn how to back up and restore projects, spaces, users, and other product data.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/enterprise-plans/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Manage your Enterprise plan</p></div></header><p class="cards__body margin-top-small">Enterprise-grade scale, security, and governance controls for Jira Software, Confluence, and Jira Service Management</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/report-and-track-data-across-your-organization/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Report and track data across your organization</p></div></header><p class="cards__body margin-top-small">Stay on top of users and data across your organization with all the reports and tracking options we offer.</p></div></a></article></li><li data-testid="card_item" class="cards__item cards__item--third-width documentation-card"><article><a href="/organization-administration/docs/use-ai-in-your-organization/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Use AI in your organization</p></div></header><p class="cards__body margin-top-small">Understand more about our artificial intelligence features and determine if AI is right for your organization</p></div></a></article></li></ul></div></div><div class="dropdown__main-content hidden" data-testid="dropdown_resources"><div data-testid="topic-card" class="cards margin-top-medium dropdown__resources "><ul class="cards__inner"><li data-testid="card_item" class="cards__item "><article><a href="https://community.atlassian.com" data-testid="atlas_link" class="cards__link"><div class="cards__icon"><img data-testid="card_icon" src="https://images.ctfassets.net/zsv3d0ugroxu/199clY7qv6MQc2EasKkGim/b94d340fd8cfd453784e97b3a8c547ed/rich_icon-Community.svg" height="40" width="40" alt=""/></div><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Community</p></div></header><p class="cards__body margin-top-small">Answers, support and inspiration</p></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="https://status.atlassian.com/" data-testid="atlas_link" class="cards__link"><div class="cards__icon"><img data-testid="card_icon" src="https://images.ctfassets.net/zsv3d0ugroxu/mNCBZvDshqueq0EeKmise/94d904fbd231bfc5c90cf3bbee00a855/speedometer_Light_mode_spot.svg" height="40" width="40" alt=""/></div><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">System Status</p></div></header><p class="cards__body margin-top-small">Cloud services health</p></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="https://jira.atlassian.com/secure/Dashboard.jspa?selectPageId=10440" data-testid="atlas_link" class="cards__link"><div class="cards__icon"><img data-testid="card_icon" src="https://images.ctfassets.net/zsv3d0ugroxu/4LAr0Xsaq4gUk60Uy6eYwk/e86fd54ec59e9b7e64516f3a0eb5aeb5/rich_icon-Lightbulb.svg" height="40" width="40" alt=""/></div><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Suggestions and bugs</p></div></header><p class="cards__body margin-top-small">Feature suggestions and bug reports</p></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="https://marketplace.atlassian.com/" data-testid="atlas_link" class="cards__link"><div class="cards__icon"><img data-testid="card_icon" src="https://images.ctfassets.net/zsv3d0ugroxu/1ss3lke3aYcVp07USZwdMY/b9c86efbf54d4ce96607262a7cb3b3ef/rich_icon-Integration.svg" height="40" width="40" alt=""/></div><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Marketplace</p></div></header><p class="cards__body margin-top-small">Product apps</p></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="https://www.atlassian.com/licensing/purchase-licensing" data-testid="atlas_link" class="cards__link"><div class="cards__icon"><img data-testid="card_icon" src="https://images.ctfassets.net/zsv3d0ugroxu/5Cb1EEBbNKkm8uK24mIeEs/9ad6432e9652bd788ebf619c4d242cb5/rich_icon-Credit_cards.svg" height="40" width="40" alt=""/></div><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Billing and licensing</p></div></header><p class="cards__body margin-top-small">Frequently asked questions</p></div></a></article></li></ul></div></div><div data-testid="mobile_dropdown" class="dropdown__mobile-list "><div data-testid="mobile_dropdown_item_products" class="dropdown__mobile-item" role="button" aria-label="Trigger products dropdown" tabindex="0"><span>Products</span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Products"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><div data-testid="mobile_dropdown_item_documentation" class="dropdown__mobile-item" role="button" aria-label="Trigger documentation dropdown" tabindex="0"><span>Documentation</span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Documentation"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><div data-testid="mobile_dropdown_item_resources" class="dropdown__mobile-item" role="button" aria-label="Trigger resources dropdown" tabindex="0"><span>Resources</span><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="Resources"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div></div></div><div class="dropdown__side-content dropdown__card-styling" data-testid="dropdown-side-content"><ul class="nav-links__list"><li data-testid="dropdown_item" class="nav-links__item--icon"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="login avatar icon"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="10"/><circle fill="inherit" cx="12" cy="9" r="3"/><path d="M7 18.245A7.966 7.966 0 0 0 12 20c1.892 0 3.63-.657 5-1.755V15c0-1.115-.895-2-2-2H9c-1.113 0-2 .895-2 2v3.245z" fill="inherit" fill-rule="nonzero"/></g></svg></span><a href=""><span>Log in to account</span></a></li><li data-testid="dropdown_item" class="nav-links__item--icon nav-links__item--contact"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label="question mark icon"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="10"/><circle fill="inherit" cx="12" cy="18" r="1"/><path d="M15.89 9.05a3.975 3.975 0 0 0-2.957-2.942C10.321 5.514 8.017 7.446 8 9.95l.005.147a.992.992 0 0 0 .982.904c.552 0 1-.447 1.002-.998a2.004 2.004 0 0 1 4.007-.002c0 1.102-.898 2-2.003 2H12a1 1 0 0 0-1 .987v2.014a1.001 1.001 0 0 0 2.004 0v-.782c0-.217.145-.399.35-.472A3.99 3.99 0 0 0 15.89 9.05" fill="inherit"/></g></svg></span><a href="" data-testid="atlas_link"><span>Contact support</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://www.atlassian.com/university" data-testid="atlas_link"><span>Training &amp; Certification</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://www.atlassian.com/cloud-migration" data-testid="atlas_link"><span>Atlassian Migration Program</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://confluence.atlassian.com/gdpr" data-testid="atlas_link"><span>GDPR guides</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://www.atlassian.com/enterprise/services" data-testid="atlas_link"><span>Enterprise services</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://www.atlassian.com/partners" data-testid="atlas_link"><span>Atlassian Partners</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://developer.atlassian.com" data-testid="atlas_link"><span>Developers</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://success.atlassian.com" data-testid="atlas_link"><span>Success Central</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="http://aug.atlassian.com" data-testid="atlas_link"><span>User groups</span></a></li><li data-testid="dropdown_item" class="nav-links__item"><a href="https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/" data-testid="atlas_link"><span>Automation for Jira</span></a></li><li data-testid="dropdown_item" class="nav-links__item--wac"><a href="http://www.atlassian.com" data-testid="atlas_link"><span>Atlassian.com</span></a></li></ul></div></div></div></div></div><div class="main-content-container flex-container margin-top-medium"><aside class=""><div class="pagetree-expander" data-testid="pagetree-expander" role="button" tabindex="0" aria-label="open page tree"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M7 7h10a1 1 0 0 1 0 2H7a1 1 0 1 1 0-2zm0 4h10a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2zm0 4h5a1 1 0 0 1 0 2H7a1 1 0 0 1 0-2z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><div class="pagetree pagetree--hidden" data-testid="pagetree"><div class="pagetree__inner"><div class="pagetree__context"><div data-testid="pagetree-back-arrow" class="pagetree__back-arrow" role="button" aria-label="close page tree" tabindex="0"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M8.414 11.5H18a1 1 0 0 1 0 2H8.414l3.793 3.793a1 1 0 0 1-1.414 1.414l-5.5-5.5a1 1 0 0 1 0-1.414l5.5-5.5a1 1 0 0 1 1.414 1.414L8.414 11.5z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><img class="pagetree__icon" alt="Organization administration" height="40" width="40"/><div><a href="/organization-administration/resources/" class="pagetree__title" data-testid="pagetree-title" data-event-container="pagetree" data-event-component="pagetreeTitle" data-track-event="clicked">Organization administration</a><p class="pagetree__subhead">Documentation</p></div></div><ul class="pagetree__list pagetree__list--root"><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/learn-about-atlassian-organizations/" data-testid="atlas_link">Learn about Atlassian organizations</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/what-is-an-atlassian-organization/" data-testid="atlas_link">What is an Atlassian organization?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/get-started-with-an-atlassian-organization/" data-testid="atlas_link">Get started with an Atlassian organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/explore-an-atlassian-organization/" data-testid="atlas_link">Navigate the Atlassian administration</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-many-instances-of-a-product-does-my-organization-need/" data-testid="atlas_link">What are the benefits of multiple instances?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/understand-atlassian-access/" data-testid="atlas_link">Understand Atlassian Guard</a></li><li class="pagetree__item "><a href="/organization-administration/docs/organization-admin-abilities-for-cloud-products/" data-testid="atlas_link">Organization admin abilities for cloud products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-an-organization-with-the-admin-apis/" data-testid="atlas_link">Manage an organization with the admin APIs</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/delete-an-atlassian-organization/" data-testid="atlas_link">Delete an Atlassian organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/back-up-your-data/" data-testid="atlas_link">Back up your data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/remove-domains-and-products-from-your-organization/" data-testid="atlas_link">Remove domains and products from your organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/delete-your-organization/" data-testid="atlas_link">Delete your organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/can-i-restore-an-organization/" data-testid="atlas_link">Can I restore an organization?</a></li></ul></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-products-from-your-atlassian-organization/" data-testid="atlas_link">Manage products from your Atlassian organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/add-a-new-product-to-your-organization/" data-testid="atlas_link">Add a new product to your organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/set-your-sites-landing-product/" data-testid="atlas_link">Set your site’s landing product</a></li><li class="pagetree__item "><a href="/organization-administration/docs/ip-addresses-and-domains-for-atlassian-cloud-products/" data-testid="atlas_link">IP addresses and domains for Atlassian cloud products</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/add-custom-email-addresses-for-product-notifications/" data-testid="atlas_link">Add custom email addresses for product notifications</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/what-are-the-benefits-of-dmarc/" data-testid="atlas_link">What are the benefits of DMARC?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-are-the-steps-for-setting-up-custom-email-addresses/" data-testid="atlas_link">What are the steps for setting up custom email addresses?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-are-the-dns-records-required-for-configuring-dmarc/" data-testid="atlas_link">What are the DNS records required for configuring DMARC?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-your-email-domain/" data-testid="atlas_link">Add your email domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/copy-and-add-dns-records-to-your-domain-provider/" data-testid="atlas_link">Copy and add DNS records to your domain provider</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-email-addresses-for-your-domain/" data-testid="atlas_link">Add email addresses for your domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/remove-an-email-domain/" data-testid="atlas_link">Remove an email domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/remove-an-email-address-for-your-domain/" data-testid="atlas_link">Remove an email address for your domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/make-an-email-address-unavailable-in-a-product/" data-testid="atlas_link">Make an email address unavailable in a product</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/update-your-product-and-site-url/" data-testid="atlas_link">Update your product and site URL</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/can-i-change-the-url-used-to-access-a-product/" data-testid="atlas_link">Can I update the URL used to access a product?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/update-a-product-url/" data-testid="atlas_link">Update a product URL subdomain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/does-updating-a-products-url-impact-its-installed-apps/" data-testid="atlas_link">Does updating a product&#x27;s URL impact its apps?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-a-custom-domain/" data-testid="atlas_link">Add a custom domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/remove-or-deactivate-a-custom-domain/" data-testid="atlas_link">Remove or deactivate a custom domain</a></li><li class="pagetree__item "><a href="/organization-administration/docs/troubleshoot-custom-domains/" data-testid="atlas_link">Troubleshoot custom domains</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/should-i-merge-my-atlassian-organizations/" data-testid="atlas_link">Can I merge my Atlassian organizations?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/transfer-products-to-another-organization/" data-testid="atlas_link">Transfer all products to another organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/migrate-from-jira-work-management-to-jira/" data-testid="atlas_link">Migrate from Jira Work Management to Jira</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-product-changes-from-an-atlassian-organization/" data-testid="atlas_link">Manage product changes from an Atlassian organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/manage-product-release-tracks/" data-testid="atlas_link">Manage product release tracks</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-atlassian-product-sandboxes/" data-testid="atlas_link">Manage Atlassian product sandboxes</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/what-are-sandboxes/" data-testid="atlas_link">What are sandboxes?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/create-a-sandbox/" data-testid="atlas_link">Create a sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/copy-production-data-to-sandbox/" data-testid="atlas_link">Copy production data to sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-data-is-copied-to-sandboxes/" data-testid="atlas_link">What data is copied to sandboxes</a></li><li class="pagetree__item "><a href="/organization-administration/docs/view-latest-sandbox-update/" data-testid="atlas_link">View latest sandbox update</a></li><li class="pagetree__item "><a href="/organization-administration/docs/update-a-sandbox-url/" data-testid="atlas_link">Update a sandbox URL</a></li><li class="pagetree__item "><a href="/organization-administration/docs/grant-access-to-a-sandbox/" data-testid="atlas_link">Grant access to a sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/delete-a-sandbox/" data-testid="atlas_link">Delete a sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/restore-a-sandbox/" data-testid="atlas_link">Restore a sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-apps-for-sandboxes/" data-testid="atlas_link">Manage apps for sandboxes</a></li><li class="pagetree__item "><a href="/organization-administration/docs/jira-family-and-sandboxes/" data-testid="atlas_link">Jira family and sandboxes</a></li><li class="pagetree__item "><a href="/organization-administration/docs/invalid-or-missing-filters-for-sandbox/" data-testid="atlas_link">Invalid or missing filters for Sandbox</a></li><li class="pagetree__item "><a href="/organization-administration/docs/sandbox-data-copy-and-data-protection/" data-testid="atlas_link">Sandbox data copy and data protection</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/keep-track-of-maintenance-windows/" data-testid="atlas_link">Keep track of maintenance windows</a></li><li class="pagetree__item "><a href="/organization-administration/docs/keep-up-with-atlassian-changes-to-products/" data-testid="atlas_link">Keep up with Atlassian changes to products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/defer-atlassian-changes-rolling-out-to-your-products/" data-testid="atlas_link">Defer Atlassian changes rolling out to your products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-atlassian-experiments/" data-testid="atlas_link">Manage Atlassian experiments</a></li></ul></li><li class="pagetree__item pagetree__item--current-child-list"><div data-testid="pagetree-item-expander" class="pagetree__expander pagetree__expander--expanded" role="button" tabindex="0" aria-expanded="true" aria-label="collapse page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/" data-testid="atlas_link">Connect to self-managed products with application tunnels</a><ul class="pagetree__list false"><li class="pagetree__item "><a href="/organization-administration/docs/what-are-application-tunnels/" data-testid="atlas_link">What are application tunnels?</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/configure-application-tunnels/" data-testid="atlas_link">Configure application tunnels</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/install-application-tunnels-from-atlassian-marketplace/" data-testid="atlas_link">Install application tunnels from Atlassian Marketplace</a></li><li class="pagetree__item "><a href="/organization-administration/docs/configure-required-connections-and-upstream-ports/" data-testid="atlas_link">Configure required connections and upstream ports</a></li><li class="pagetree__item "><a href="/organization-administration/docs/create-an-application-tunnel-to-your-self-managed-instance/" data-testid="atlas_link">Create an application tunnel to your self-managed instance</a></li><li class="pagetree__item "><a href="/organization-administration/docs/create-a-tunneled-application-link/" data-testid="atlas_link">Create a tunneled application link</a></li><li class="pagetree__item "><a href="/organization-administration/docs/view-cloud-products-that-use-the-tunnel/" data-testid="atlas_link">View cloud products that use the tunnel</a></li><li class="pagetree__item "><a href="/organization-administration/docs/troubleshoot-application-tunnels/" data-testid="atlas_link">Troubleshoot application tunnels</a></li></ul></li><li class="pagetree__item pagetree__item--current-item"><div data-testid="pagetree-item-expander" class="pagetree__expander pagetree__expander--expanded pagetree__expander--current" role="button" tabindex="0" aria-expanded="true" aria-label="collapse page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><circle cx="12" cy="12" r="5" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/application-tunnel-security/" data-testid="atlas_link">Application tunnel security</a><ul class="pagetree__list false"><li class="pagetree__item "><a href="/organization-administration/docs/security-overview-of-application-tunnels/" data-testid="atlas_link">Security overview of application tunnels</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-is-data-encrypted-in-application-tunnels/" data-testid="atlas_link">How is data encrypted in application tunnels?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-is-application-tunnel-access-controlled/" data-testid="atlas_link">How is application tunnel access controlled?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-is-product-access-controlled/" data-testid="atlas_link">How is product access controlled?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/regenerate-the-security-key-of-an-existing-tunnel/" data-testid="atlas_link">Regenerate the security key of an existing tunnel</a></li><li class="pagetree__item "><a href="/organization-administration/docs/set-up-automatic-key-rotation/" data-testid="atlas_link">Set up automatic key rotation</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-are-app-tunnels-different-from-opening-the-firewall/" data-testid="atlas_link">How are app tunnels different from opening the firewall?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-can-you-track-traffic-coming-through-an-app-tunnel/" data-testid="atlas_link">How can you track traffic coming through an app tunnel?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-do-you-prevent-attackers-from-connecting-to-a-tunnel/" data-testid="atlas_link">How do you prevent attackers from connecting to a tunnel?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-data-can-atlassian-cloud-retrieve-through-a-tunnel/" data-testid="atlas_link">What data can Atlassian Cloud retrieve through a tunnel?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/whats-the-purpose-of-the-security-key/" data-testid="atlas_link">What&#x27;s the purpose of the security key?</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/available-statuses-for-application-tunnels/" data-testid="atlas_link">Available statuses for application tunnels</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/control-your-shadow-it-footprint/" data-testid="atlas_link">Control your shadow IT footprint</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/what-is-the-impact-of-shadow-it-on-my-organization/" data-testid="atlas_link">What is the impact of shadow IT on my organization?</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/discover-products-your-users-administer/" data-testid="atlas_link">Discover products your users administer</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/how-to-work-with-admins-of-discovered-products/" data-testid="atlas_link">What are my options for discovered products?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/review-discovered-products/" data-testid="atlas_link">Review discovered products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/review-emails-about-discovered-products/" data-testid="atlas_link">Review emails about discovered products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/export-a-list-of-discovered-products/" data-testid="atlas_link">Export a list of discovered products</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-your-users-requests-for-products/" data-testid="atlas_link">Manage your users&#x27; requests for products</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/update-product-request-settings/" data-testid="atlas_link">Update product request settings</a></li><li class="pagetree__item "><a href="/organization-administration/docs/review-product-requests/" data-testid="atlas_link">Review product requests</a></li><li class="pagetree__item "><a href="/organization-administration/docs/why-can-users-create-products-when-requests-are-required/" data-testid="atlas_link">Why can users create products when requests are required?</a></li></ul></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/copy-product-data/" data-testid="atlas_link">Copy data from one instance of a cloud product to another</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/before-you-start-copying-product-data/" data-testid="atlas_link">Before you start copying product data</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/understand-how-copying-affects-your-billing/" data-testid="atlas_link">Understand how copying affects your billing</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/what-product-data-is-copied/" data-testid="atlas_link">What product data is copied</a></li><li class="pagetree__item "><a href="/organization-administration/docs/copy-jira-data/" data-testid="atlas_link">Copy Jira data </a><ul class="pagetree__list false" style="display:none"></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/copy-confluence-data/" data-testid="atlas_link">Copy Confluence data</a><ul class="pagetree__list false" style="display:none"></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-users-and-groups-when-you-copy-product-data/" data-testid="atlas_link">Manage users and groups when you copy product data</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/copy-users-when-youve-subscribed-to-free-plans/" data-testid="atlas_link">Copy users when you&#x27;ve subscribed to Free plans</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-blocklisted-groups-and-their-users/" data-testid="atlas_link">Manage blocklisted groups and their users</a></li><li class="pagetree__item "><a href="/organization-administration/docs/understand-how-permissions-can-change-when-copying-groups/" data-testid="atlas_link">Understand how permissions can change when copying groups</a></li><li class="pagetree__item "><a href="/organization-administration/docs/list-of-confluence-users-we-copy/" data-testid="atlas_link">Users we move when you copy only users related to spaces you select</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/copy-jira-service-management-customers-and-organizations/" data-testid="atlas_link">Copy Jira Service Management customers and organizations</a></li><li class="pagetree__item "><a href="/organization-administration/docs/soft-limits-for-copying-jira-data/" data-testid="atlas_link">Soft limits for copying Jira data</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/troubleshoot-issues-with-copying-product-data/" data-testid="atlas_link">Troubleshoot issues with copying product data</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/copy-customers-with-mismatched-account-types/" data-testid="atlas_link">Copy customers with mismatched account types</a></li><li class="pagetree__item "><a href="/organization-administration/docs/invalid-or-missing-board-filters/" data-testid="atlas_link">Invalid or missing board filters</a></li><li class="pagetree__item "><a href="/organization-administration/docs/remove-duplicate-customer-organizations-when-copying-product-data/" data-testid="atlas_link">Remove duplicate customer organizations when copying product data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-story-and-epic-issue-types-during-copy-product-data/" data-testid="atlas_link">Manage Story and Epic issue types when copying product data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/resolve-broken-links-after-copying-confluence-data/" data-testid="atlas_link">Resolve broken links after copying Confluence data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/resolve-duplicate-spaces-when-copying-confluence-data/" data-testid="atlas_link">Resolve duplicate spaces when copying Confluence data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/resolve-issue-and-page-links-after-copying-jira-cloud-data/" data-testid="atlas_link">Resolve issue and page links after copying Jira Cloud data</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/privacy-and-data-protection-when-you-copy-product-data/" data-testid="atlas_link">Privacy and data protection when you copy product data</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-data-is-linked-between-instances/" data-testid="atlas_link">How data is linked between instances</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-boards-and-filters-when-you-copy-product-data/" data-testid="atlas_link">Manage boards and filters when you copy product data</a><ul class="pagetree__list false" style="display:none"></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-plans-in-jira-when-you-copy-product-data/" data-testid="atlas_link">Manage plans in Jira when you copy product data</a><ul class="pagetree__list false" style="display:none"></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/reports-and-how-to-access-them/" data-testid="atlas_link">Reports and how to access them</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-atlassian-products-for-hipaa/" data-testid="atlas_link">Manage Atlassian products for HIPAA </a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/understand-hipaa-compliance-for-atlassian-products/" data-testid="atlas_link">Understand HIPAA compliance for Atlassian products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/sign-a-business-associate-agreement-baa/" data-testid="atlas_link">Sign a Business Associate Agreement (BAA)</a></li><li class="pagetree__item "><a href="/organization-administration/docs/tag-products-to-enable-hipaa/" data-testid="atlas_link">Tag products to enable HIPAA</a></li><li class="pagetree__item "><a href="/organization-administration/docs/the-hipaa-implementation-guide/" data-testid="atlas_link">The HIPAA Implementation Guide</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-backup-and-restore-for-atlassian-products/" data-testid="atlas_link">Manage backup and restore for Atlassian products</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/what-is-the-backup-and-restore-solution/" data-testid="atlas_link">What is the backup and restore solution?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/create-a-backup-policy-and-run-backups/" data-testid="atlas_link">Create a backup policy and run backups</a></li><li class="pagetree__item "><a href="/organization-administration/docs/download-your-backup/" data-testid="atlas_link">Download your backup</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-data-is-backed-up-and-restored/" data-testid="atlas_link">What data is backed up and restored</a></li><li class="pagetree__item "><a href="/organization-administration/docs/backup-and-restore-limitations/" data-testid="atlas_link">Backup and restore limitations</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-backup-and-restore-with-sharding/" data-testid="atlas_link">Manage backup and restore with sharding </a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-backup-policies/" data-testid="atlas_link">Manage backup policies</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/create-a-backup-policy/" data-testid="atlas_link">Create a backup policy</a></li><li class="pagetree__item "><a href="/organization-administration/docs/run-a-backup/" data-testid="atlas_link">Run a backup</a></li><li class="pagetree__item "><a href="/organization-administration/docs/export-backups-to-external-cloud-storages/" data-testid="atlas_link">Export backups to external cloud storages</a></li><li class="pagetree__item "><a href="/organization-administration/docs/view-backup-policy-details/" data-testid="atlas_link">View backup policy details</a></li><li class="pagetree__item "><a href="/organization-administration/docs/view-backup-details/" data-testid="atlas_link">View backup details</a></li><li class="pagetree__item "><a href="/organization-administration/docs/edit-a-backup-policy/" data-testid="atlas_link">Edit a backup policy</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-external-cloud-storages/" data-testid="atlas_link">Manage external cloud storages</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/connect-an-amazon-s3-storage/" data-testid="atlas_link">Connect an Amazon S3 storage</a></li></ul></li><li class="pagetree__item "><a href="/organization-administration/docs/privacy-and-data-protection-when-you-back-up-and-restore-atlassian-data/" data-testid="atlas_link">Privacy and data protection when you back up and restore Atlassian data</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/restore-product-data-from-a-backup/" data-testid="atlas_link">Restore product data from backup</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/restore-backup-from-the-internal-atlassian-storage/" data-testid="atlas_link">Restore backup from the internal Atlassian storage</a></li><li class="pagetree__item "><a href="/organization-administration/docs/restore-backup-from-your-local-system/" data-testid="atlas_link">Restore backup from your local system</a></li><li class="pagetree__item "><a href="/organization-administration/docs/restore-from-your-amazon-s3-storage/" data-testid="atlas_link">Restore from your Amazon S3 storage</a></li></ul></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/enterprise-plans/" data-testid="atlas_link">Manage your Enterprise plan</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/get-started-with-your-enterprise-plan/" data-testid="atlas_link">Get started with your Enterprise plan</a></li><li class="pagetree__item "><a href="/organization-administration/docs/what-is-an-enterprise-plan/" data-testid="atlas_link">What is an Enterprise plan?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/get-a-quote-for-an-enterprise-plan/" data-testid="atlas_link">Get a quote for an Enterprise plan</a></li><li class="pagetree__item "><a href="/organization-administration/docs/do-multiple-instances-affect-app-costs-in-enterprise-plans/" data-testid="atlas_link">Do multiple instances affect app costs in Enterprise plans?</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-or-remove-products-from-your-enterprise-plan/" data-testid="atlas_link">Add or remove products from your Enterprise plan</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-and-remove-apps-from-your-enterprise-plan/" data-testid="atlas_link">Add and remove apps from products in your Enterprise plan</a></li><li class="pagetree__item "><a href="/organization-administration/docs/monitor-your-enterprise-user-counts/" data-testid="atlas_link">Monitor your Enterprise user counts</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/report-and-track-data-across-your-organization/" data-testid="atlas_link">Report and track data across your organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/gain-insights-into-product-usage-and-security-practices/" data-testid="atlas_link">Gain insights into product usage and security practices</a></li><li class="pagetree__item "><a href="/organization-administration/docs/track-storage-and-move-data-across-products/" data-testid="atlas_link">Track storage and move data across products</a></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/export-user-accounts/" data-testid="atlas_link">Export user accounts</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/export-users-from-a-site/" data-testid="atlas_link">Export users from a site</a></li><li class="pagetree__item "><a href="/organization-administration/docs/export-managed-accounts/" data-testid="atlas_link">Export managed accounts</a></li><li class="pagetree__item "><a href="/organization-administration/docs/export-members-from-authentication-policies/" data-testid="atlas_link">Export members from authentication policies</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/track-user-api-token-usage-in-your-organization/" data-testid="atlas_link">Track user API tokens in your organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/understand-user-api-tokens/" data-testid="atlas_link">Understand user API tokens</a></li><li class="pagetree__item "><a href="/organization-administration/docs/view-user-api-tokens/" data-testid="atlas_link">View user API tokens</a></li><li class="pagetree__item "><a href="/organization-administration/docs/revoke-user-api-tokens/" data-testid="atlas_link">Revoke user API tokens</a></li></ul></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/use-ai-in-your-organization/" data-testid="atlas_link">Use AI in your organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/administer-atlassian-rovo-for-your-organization/" data-testid="atlas_link">Administer Atlassian Rovo for your organization</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/activate-or-deactivate-rovo-on-your-site/" data-testid="atlas_link">Activate or deactivate Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/add-or-edit-rovo-search-bookmarks/" data-testid="atlas_link">Add or edit Rovo Search bookmarks</a></li><li class="pagetree__item "><a href="/organization-administration/docs/test-drive-rovo-with-your-organization/" data-testid="atlas_link">Test drive Rovo with your organization</a></li><li class="pagetree__item "><a href="/organization-administration/docs/how-to-tell-your-organization-about-rovo/" data-testid="atlas_link">How to tell your organization about Rovo</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/manage-rovo-connectors/" data-testid="atlas_link">Manage Rovo connectors</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/connect-custom-website-to-rovo/" data-testid="atlas_link">Connect custom website to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/connect-github-to-rovo/" data-testid="atlas_link">Connect Github to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/connect-google-drive-to-rovo/" data-testid="atlas_link">Connect Google Drive to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/connect-microsoft-teams-to-rovo/" data-testid="atlas_link">Connect Microsoft Teams to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/connect-sharepoint-to-rovo/" data-testid="atlas_link">Connect SharePoint to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/connect-slack-to-rovo/" data-testid="atlas_link">Connect Slack to Rovo</a></li><li class="pagetree__item "><a href="/organization-administration/docs/manage-connector-details/" data-testid="atlas_link">Manage connector details</a></li><li class="pagetree__item "><a href="/organization-administration/docs/disconnect-a-product-from-rovo/" data-testid="atlas_link">Disconnect a product from Rovo</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/what-is-atlassian-intelligence/" data-testid="atlas_link">What is Atlassian Intelligence?</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/usage-limits-in-atlassian-intelligence/" data-testid="atlas_link">What are Atlassian Intelligence usage limits?</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/get-started-with-atlassian-intelligence-guide/" data-testid="atlas_link">Guide: Get started with Atlassian Intelligence</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/how-to-use-atlassian-intelligence-in-your-tools/" data-testid="atlas_link">Using Atlassian Intelligence in your products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/overview-of-atlassian-intelligence-features/" data-testid="atlas_link">Overview of Atlassian Intelligence features</a></li><li class="pagetree__item "><a href="/organization-administration/docs/best-practices-for-atlassian-intelligence/" data-testid="atlas_link">Best practices for Atlassian Intelligence</a></li><li class="pagetree__item "><a href="/organization-administration/docs/activate-atlassian-intelligence-for-products/" data-testid="atlas_link">Activate Atlassian Intelligence for products</a></li><li class="pagetree__item "><a href="/organization-administration/docs/troubleshoot-atlassian-intelligence/" data-testid="atlas_link">Troubleshoot Atlassian Intelligence</a></li></ul></li><li class="pagetree__item "><div data-testid="pagetree-item-expander" class="pagetree__expander" role="button" tabindex="0" aria-expanded="false" aria-label="expand page tree item"><span class="Icon__IconWrapper-dyhwwi-0 bcqBjl" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M10.294 9.698a.988.988 0 0 1 0-1.407 1.01 1.01 0 0 1 1.419 0l2.965 2.94a1.09 1.09 0 0 1 0 1.548l-2.955 2.93a1.01 1.01 0 0 1-1.42 0 .988.988 0 0 1 0-1.407l2.318-2.297-2.327-2.307z" fill="currentColor" fill-rule="evenodd"/></svg></span></div><a href="/organization-administration/docs/understand-atlassian-intelligence-features-in-products/" data-testid="atlas_link">Explore Atlassian Intelligence features</a><ul class="pagetree__list false" style="display:none"><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-jira-software/" data-testid="atlas_link">Atlassian Intelligence features in Jira</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-confluence/" data-testid="atlas_link">Atlassian Intelligence features in Confluence</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-jira-service-management/" data-testid="atlas_link">Atlassian Intelligence features in Jira Service Management</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-bitbucket/" data-testid="atlas_link">Atlassian Intelligence features in Bitbucket</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-trello/" data-testid="atlas_link">Atlassian Intelligence features in Trello</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-atlassian-analytics/" data-testid="atlas_link">Atlassian Intelligence features in Atlassian Analytics</a></li><li class="pagetree__item "><a href="/organization-administration/docs/atlassian-intelligence-features-in-jira-product-discovery/" data-testid="atlas_link">Atlassian Intelligence features in Jira Product Discovery</a></li></ul></li></ul></li></ul></div></div></aside><main class="topic-set__container"><div class="topic-set__sub-header"><div class="breadcrumbs-wrapper" data-testid="breadcrumbs"><div class="BreadcrumbsContainer-tgj96-0 eiYreW"><div class="BreadcrumbsItem__BreadcrumbsItemElement-sc-1hh8yo5-0 fItpNE"><a class="Button__ButtonElement-sc-114ur46-0 eMRgDW sc-bbmXgH gZerWW" spacing="none" href="/" target=""><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">Atlassian Support</span></span></a><div class="Separator-c8t0qf-0 kSIZGq">/</div></div><div class="BreadcrumbsItem__BreadcrumbsItemElement-sc-1hh8yo5-0 fItpNE"><a class="Button__ButtonElement-sc-114ur46-0 eMRgDW sc-bbmXgH gZerWW" spacing="none" href="/organization-administration/resources/" target=""><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">Organization administration Resources</span></span></a><div class="Separator-c8t0qf-0 kSIZGq">/</div></div><div class="BreadcrumbsItem__BreadcrumbsItemElement-sc-1hh8yo5-0 fItpNE"><a class="Button__ButtonElement-sc-114ur46-0 eMRgDW sc-bbmXgH gZerWW" spacing="none" href="/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/" target=""><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">Connect to self-managed products with application tunnels</span></span></a></div></div></div></div><div class="topic-set__sub-content margin-top-medium" id="maincontent"><div class="title margin-bottom-medium"><h1>Application tunnel security</h1></div><div class="topic-set__body" data-testid="topic_set_body"><div data-testid="topic-card" class="cards margin-top-medium "><ul class="cards__inner"><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/security-overview-of-application-tunnels/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Security overview of application tunnels</p></div></header><p class="cards__body margin-top-small">Learn more about the security of app tunnels, with details on authentication and example request flows.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-is-data-encrypted-in-application-tunnels/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How is data encrypted in application tunnels?</p></div></header><p class="cards__body margin-top-small">Check how data is encrypted in application tunnels.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-is-application-tunnel-access-controlled/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How is application tunnel access controlled?</p></div></header><p class="cards__body margin-top-small">Check how access to an application tunnel is controlled.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-is-product-access-controlled/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How is product access controlled?</p></div></header><p class="cards__body margin-top-small">Check how access to the products using a tunnel is controlled.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/regenerate-the-security-key-of-an-existing-tunnel/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Regenerate the security key of an existing tunnel</p></div></header><p class="cards__body margin-top-small">Regenerate the tunnel’s security key if it gets lost or compromised. </p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/set-up-automatic-key-rotation/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">Set up automatic key rotation</p></div></header><p class="cards__body margin-top-small">Use APIs to automatically regenerate and update the security keys.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-are-app-tunnels-different-from-opening-the-firewall/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How are app tunnels different from opening the firewall?</p></div></header><p class="cards__body margin-top-small">Check how can you use app tunnels to increase security.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-can-you-track-traffic-coming-through-an-app-tunnel/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How can you track traffic coming through an app tunnel?</p></div></header><p class="cards__body margin-top-small">Check if you can track traffic coming through an app tunnel to your network.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/how-do-you-prevent-attackers-from-connecting-to-a-tunnel/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">How do you prevent attackers from connecting to a tunnel?</p></div></header><p class="cards__body margin-top-small">Check what security restrictions prevent attackers from connecting to an app tunnel.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/what-data-can-atlassian-cloud-retrieve-through-a-tunnel/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">What data can Atlassian Cloud retrieve through a tunnel?</p></div></header><p class="cards__body margin-top-small">Check what data Atlassian Cloud can retrieve from your self-managed instance.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li><li data-testid="card_item" class="cards__item "><article><a href="/organization-administration/docs/whats-the-purpose-of-the-security-key/" data-testid="atlas_link" class="cards__link"><div class="cards__main"><header><div class="cards__title-container"><p class="cards__title">What&#x27;s the purpose of the security key?</p></div></header><p class="cards__body margin-top-small">Check why each tunnel uses a unique security key.</p><span class="cards__button-wrapper " data-testid="card_button"><button class="cards__button sc-jKJlTe dnzyaD" spacing="default" tabindex="-1" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">View topic</span></span></button></span></div></a></article></li></ul></div><div data-testid="feedback_buttons" class="feedback"><p class="feedback__question-text">Was this helpful?</p><button class="feedback__yes-button sc-jKJlTe dnzyaD" spacing="default" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">Yes</span></span></button><div class="feedback__no-wrapper"><button class="feedback__no-button sc-jKJlTe dnzyaD" spacing="default" type="button"><span style="align-self:center;display:inline-flex;flex-wrap:nowrap;max-width:100%;position:relative"><span style="align-items:center;align-self:center;flex:1 1 auto;margin:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:opacity 0.3s;opacity:1">No</span></span></button><div class="feedback__dropdown "><label class="Radio__Label-sc-2hlmhw-0 liwvXr"><div class="RadioInput__RadioInputWrapper-uvnzru-0 hDwNJB"><input type="radio" class="RadioInput__HiddenInput-uvnzru-1 iILgrR" name="was-this-helpful-no-reason" value="It wasn&#x27;t accurate"/><span class="Radio__IconWrapper-sc-2hlmhw-2 gHJZiQ"><span class="Icon__IconWrapper-dyhwwi-0 jkUDCC" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="6"/><circle fill="inherit" cx="12" cy="12" r="2"/></g></svg></span></span></div><div class="Radio__LabelText-sc-2hlmhw-1 cpdxlQ">It wasn&#x27;t accurate</div></label><label class="Radio__Label-sc-2hlmhw-0 liwvXr"><div class="RadioInput__RadioInputWrapper-uvnzru-0 hDwNJB"><input type="radio" class="RadioInput__HiddenInput-uvnzru-1 iILgrR" name="was-this-helpful-no-reason" value="It wasn&#x27;t clear"/><span class="Radio__IconWrapper-sc-2hlmhw-2 gHJZiQ"><span class="Icon__IconWrapper-dyhwwi-0 jkUDCC" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="6"/><circle fill="inherit" cx="12" cy="12" r="2"/></g></svg></span></span></div><div class="Radio__LabelText-sc-2hlmhw-1 cpdxlQ">It wasn&#x27;t clear</div></label><label class="Radio__Label-sc-2hlmhw-0 liwvXr"><div class="RadioInput__RadioInputWrapper-uvnzru-0 hDwNJB"><input type="radio" class="RadioInput__HiddenInput-uvnzru-1 iILgrR" name="was-this-helpful-no-reason" value="It wasn&#x27;t relevant"/><span class="Radio__IconWrapper-sc-2hlmhw-2 gHJZiQ"><span class="Icon__IconWrapper-dyhwwi-0 jkUDCC" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><g fill-rule="evenodd"><circle fill="currentColor" cx="12" cy="12" r="6"/><circle fill="inherit" cx="12" cy="12" r="2"/></g></svg></span></span></div><div class="Radio__LabelText-sc-2hlmhw-1 cpdxlQ">It wasn&#x27;t relevant</div></label></div></div><button class="feedback__report-a-problem issue-collector__button" aria-label="open issue collector" data-plugin-loaded="false">Provide feedback about this article</button></div><div data-testid="additional_help" class="additional-help"><h2 class="sac-h3 title">Still need help?</h2><div class="subtext">The Atlassian Community is here for you.</div><div class="button"><a href="https://community.atlassian.com/t5/custom/page/page-id/create-post-step-1?add-tags=organization-administration,Not Applicable" rel="nofollow" class="link">Ask the Community</a></div></div></div><div class="sidebar" data-testid="sidebar"><ul class="sidebar__section sidebar__section--topic" data-testid="child-page-list"><li class="sidebar__heading" data-testid="explore-more-heading">Explore more</li><li class="sidebar__item" data-testid="child-page"><span class="document-icon-wrapper"><span class="Icon__IconWrapper-dyhwwi-0 dpdQTH" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M18.99 8.99l.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768v.521zM12.02 5L12 8.192a.99.99 0 0 0 .994.991h4L12.02 5z" fill="currentColor" fill-rule="evenodd"/></svg></span></span><a href="/organization-administration/docs/security-overview-of-application-tunnels/" data-testid="atlas_link" class="sidebar__link">Security overview of application tunnels</a></li><li class="sidebar__item" data-testid="child-page"><span class="document-icon-wrapper"><span class="Icon__IconWrapper-dyhwwi-0 dpdQTH" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M18.99 8.99l.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768v.521zM12.02 5L12 8.192a.99.99 0 0 0 .994.991h4L12.02 5z" fill="currentColor" fill-rule="evenodd"/></svg></span></span><a href="/organization-administration/docs/how-is-data-encrypted-in-application-tunnels/" data-testid="atlas_link" class="sidebar__link">How is data encrypted in application tunnels?</a></li><li class="sidebar__item" data-testid="child-page"><span class="document-icon-wrapper"><span class="Icon__IconWrapper-dyhwwi-0 dpdQTH" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M18.99 8.99l.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768v.521zM12.02 5L12 8.192a.99.99 0 0 0 .994.991h4L12.02 5z" fill="currentColor" fill-rule="evenodd"/></svg></span></span><a href="/organization-administration/docs/how-is-application-tunnel-access-controlled/" data-testid="atlas_link" class="sidebar__link">How is application tunnel access controlled?</a></li><li class="sidebar__item" data-testid="child-page"><span class="document-icon-wrapper"><span class="Icon__IconWrapper-dyhwwi-0 dpdQTH" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M18.99 8.99l.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768v.521zM12.02 5L12 8.192a.99.99 0 0 0 .994.991h4L12.02 5z" fill="currentColor" fill-rule="evenodd"/></svg></span></span><a href="/organization-administration/docs/how-is-product-access-controlled/" data-testid="atlas_link" class="sidebar__link">How is product access controlled?</a></li><li class="sidebar__item" data-testid="child-page"><span class="document-icon-wrapper"><span class="Icon__IconWrapper-dyhwwi-0 dpdQTH" aria-label=""><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M18.99 8.99l.01 1.015V19a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.275c.469 0 .922.164 1.282.464L18.631 7.7c.227.19.359.471.359.768v.521zM12.02 5L12 8.192a.99.99 0 0 0 .994.991h4L12.02 5z" fill="currentColor" fill-rule="evenodd"/></svg></span></span><a href="/organization-administration/docs/regenerate-the-security-key-of-an-existing-tunnel/" data-testid="atlas_link" class="sidebar__link">Regenerate the security key of an existing tunnel</a></li><li class=""><button class="chevron-down" data-testid="child-chevron-down"><span class="chevron-down__text">Show more</span><span class="Icon__IconWrapper-dyhwwi-0 jdkWJB" aria-label="Show the rest of the children topics"><svg width="24" height="24" viewBox="0 0 24 24" focusable="false" role="presentation"><path d="M8.292 10.293a1.009 1.009 0 0 0 0 1.419l2.939 2.965c.218.215.5.322.779.322s.556-.107.769-.322l2.93-2.955a1.01 1.01 0 0 0 0-1.419.987.987 0 0 0-1.406 0l-2.298 2.317-2.307-2.327a.99.99 0 0 0-1.406 0z" fill="currentColor" fill-rule="evenodd"/></svg></span></button></li></ul><ul class="sidebar__section sidebar__section--topic" data-testid="sibling-pages"><li class=""><a href="/organization-administration/docs/connect-to-self-managed-products-with-application-tunnels/" class="sidebar__heading" data-testid="sibling-section-heading">Connect to self-managed products with application tunnels</a></li><li class="sidebar__item" data-testid="sibling-section-link"><a href="/organization-administration/docs/what-are-application-tunnels/" data-testid="atlas_link" class="sidebar__link" data-event-container="sidebar">What are application tunnels?</a></li><li class="sidebar__item" data-testid="sibling-section-link"><a href="/organization-administration/docs/configure-application-tunnels/" data-testid="atlas_link" class="sidebar__link" data-event-container="sidebar">Configure application tunnels</a></li><li class="sidebar__item sidebar__item--current" data-testid="sibling-section-link"><p class="sidebar__link">Application tunnel security</p></li><li class="sidebar__item" data-testid="sibling-section-link"><a href="/organization-administration/docs/available-statuses-for-application-tunnels/" data-testid="atlas_link" class="sidebar__link" data-event-container="sidebar">Available statuses for application tunnels</a></li></ul><div data-testid="community-sidebar-nav" class="sidebar__section"><span class="sidebar__heading">Community</span><a href="https://community.atlassian.com/t5/Interests/ct-p/interests" data-testid="atlas_link" class="sidebar__link">Questions, discussions, and articles</a></div></div></div></main></div></div><footer class="footer margin-top-large"><div class="footer__inner-container"><div class="footer__inner-content"><a href="https://www.atlassian.com"><img src="https://images.ctfassets.net/zsv3d0ugroxu/2sOh4sF3DSm8Qy8GigKK0S/1c7619d9db378c5ee902d8eeb8fde65b/atlassian-logo-footer.svg" alt="Atlassian Logo" class="footer__icon"/></a><div class="footer__links"><ul><li class="atl-policy-link-container"><a href=" https://www.atlassian.com/legal/privacy-policy#additional-disclosures-for-ca-residents" data-testid="atlas_link" class="atl-policy-link atl-policy-link-text">Notice at Collection</a></li><li><a href="https://www.atlassian.com/legal/privacy-policy" data-testid="atlas_link">Privacy Policy</a></li><li><a href="https://www.atlassian.com/legal/cloud-terms-of-service" data-testid="atlas_link">Terms of Use</a></li><li><a href="https://www.atlassian.com/security" data-testid="atlas_link">Security</a></li><li>2024<!-- --> Atlassian</li></ul></div></div></div></footer></div></div> </body> <script> document.body.addEventListener( "error", (event) => { if (!event.target) return; if (event.target.tagName === "SCRIPT") { Sentry.captureMessage( "Failed to load script: " + event.target.src, "warning" ); } }, true // useCapture - necessary for resource loading errors ); </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10