|
| 1 | +--- |
| 2 | + |
| 3 | +title: Edit nested repository settings |
| 4 | +description: |
| 5 | +taxonomy: |
| 6 | + category: git-integration-for-jira-data-center |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +## How to edit a nested repository with Git Integration for Jira app? |
| 11 | + |
| 12 | +### Pre-GIJ version 5.x.x |
| 13 | + |
| 14 | +Go to the Manage integrations configuration page and choose an integration with the nested repository to manage. |
| 15 | + |
| 16 | +1. Click <img src='/wp-content/uploads/actions-icon.png' /> Action ➜ **Show integration repositories**. |
| 17 | + |
| 18 | +  |
| 19 | + |
| 20 | +2. Navigate or look for the nested repository that you want to edit. When found, click the repository name to take you to it’s git configuration page. |
| 21 | + |
| 22 | +  |
| 23 | + |
| 24 | +3. With screens similar to the Edit repository settings page (see next section), make some necessary changes to the selected nested repository and then click Save to save your changes. |
| 25 | + |
| 26 | +### GIJ version 5.x |
| 27 | + |
| 28 | +Go to the Manage repositories configuration page and navigate to the nested repository you want to manage. |
| 29 | + |
| 30 | +1. For that nested repository, Click <img src='/wp-content/uploads/actions-icon.png' /> Actions ➜ **Edit repository**. |
| 31 | + |
| 32 | +  |
| 33 | + |
| 34 | +2. On the **Settings for Repository** page, make the necessary changes as desired (see next section). Click **Save** to save the changes. |
| 35 | + |
| 36 | +<div class="bbb-callout bbb--info"> |
| 37 | + <div class="irow"> |
| 38 | + <div class="ilogobox"> |
| 39 | + <span class="logoimg"></span> |
| 40 | + </div> |
| 41 | + <div class="imsgbox"> |
| 42 | + For Azure DevOps Server and GitHub Enterprise, by default, only PAT is available for editing. Regardless of whether the integration was previously installed with user/password or not. |
| 43 | + </div> |
| 44 | + </div> |
| 45 | +</div> |
| 46 | + |
| 47 | +<div class="bbb-callout bbb--note"> |
| 48 | + <div class="irow"> |
| 49 | + <div class="ilogobox"> |
| 50 | + <span class="logoimg"></span> |
| 51 | + </div> |
| 52 | + <div class="imsgbox"> |
| 53 | + When adding a nested repository to an integration - no SSH key is inherited from the integration because it does not carry the SSH key. |
| 54 | + </div> |
| 55 | + </div> |
| 56 | +</div> |
| 57 | + |
| 58 | +<div class="bbb-callout bbb--info"> |
| 59 | + <div class="irow"> |
| 60 | + <div class="ilogobox"> |
| 61 | + <span class="logoimg"></span> |
| 62 | + </div> |
| 63 | + <div class="imsgbox"> |
| 64 | + The login credentials are not inherited with nested repositories to interact with external APIs and .git is based on the integration's credentials. |
| 65 | + </div> |
| 66 | + </div> |
| 67 | +</div> |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +## Edit nested repository settings |
| 72 | + |
| 73 | +Utilize the options below for configuring repository settings: |
| 74 | + |
| 75 | +| Option | Description | Type | |
| 76 | +| :--- | :--- | :--- | |
| 77 | +| _**Display Name**_ | This is the alias that will appear in the Repository/Integration column. | HOSTED<br>EXTERNAL | |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +### Cloned repository root |
| 82 | + |
| 83 | +| Option | Description | Type | |
| 84 | +| :--- | :--- | :--- | |
| 85 | +| _**Absolute Repository Root**_ | This is the calculated absolute path of the clone repository root on the same machine as Jira. | HOSTED<br>EXTERNAL | |
| 86 | +| _**Clone root location**_ | Set to automatically managed or manually configured by Jira admin. | EXTERNAL | |
| 87 | +| _**Repository Root**_ | This is the path to a clone of the repository. | EXTERNAL | |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | +### Repository Settings |
| 92 | + |
| 93 | +| Option | Description | Type | |
| 94 | +| :--- | :--- | :--- | |
| 95 | +| _**Enable Fetches**_ | Set to either hosted at remote server or hosted on the same server as Jira. | EXTERNAL | |
| 96 | +| _**Repository origin**_ | Full URL to the Git origin from where the repository was cloned. | HOSTED<br>EXTERNAL | |
| 97 | +| _**Main Branch**_ | Set the main branch. Default is `master`. | HOSTED<br>EXTERNAL | |
| 98 | +| _**Use HTTP(S) Authentication**_ | If this repository connection supports HTTP(S) authentication, turn on this feature and enter the required username and password credentials here. | EXTERNAL | |
| 99 | +| _**SSL Verify**_ | If set to `Disabled`, the Git Integration for Jira app will ignore verification of SSL certificates when connecting to a remote Git server. | EXTERNAL | |
| 100 | +| _**TrustFolderStat**_ | When this setting is set to `False`, the objects/pack folder will always be scanned to check for new pack files. If set to `True`, the `last-modified` attribute of the folder will be used instead to check the folder for modifications.<br><div class="bbb-callout bbb--info"><div class="irow"><div class="ilogobox"> <span class="logoimg"></span></div><div class="imsgbox">The default value for Jira Server is <code>True</code>. For Jira Data Center, it's <code>False</code>.</div></div></div> <div class="bbb-callout bbb--note"><div class="irow"><div class="ilogobox"><span class="logoimg"></span></div><div class="imsgbox">If your repository is stored on a network share, it is highly recommended to set this option to <code>False</code>.</div></div></div> | HOSTED<br>EXTERNAL | |
| 101 | + |
| 102 | +### Other settings |
| 103 | +| Option | Description | Type | |
| 104 | +| :--- | :--- | :--- | |
| 105 | +| _**Repository Browser**_ | When `Enabled`, it allows users to view Git repositories of configured projects. For more information, see [Repository Browser](/git-integration-for-jira-data-center/repository-browser-gij-self-managed). | HOSTED<br>EXTERNAL | |
| 106 | +| _**Tags**_ | Set whether to show all tags or show on tags with matching regex pattern. For more information on git tags, see [Git tags](/git-integration-for-jira-data-center/git-tags-gij-self-managed). | HOSTED<br>EXTERNAL | |
| 107 | +| _**Pull requests**_ | Set whether to show all pull requests or show on pull requests with matching regex pattern. | HOSTED | |
| 108 | +| _**Project Permissions: Restrict to projects**_ | The default setting is **Associate with all projects**. You can restrict access to the Repository Browser and Git Commit tabs (Advanced) for the selected repository by setting the project associations. | HOSTED<br>EXTERNAL | |
| 109 | +| _**Source Code Diff Viewing**_ | Allows or disallows users to view the diff by commit and file. | HOSTED<br>EXTERNAL | |
| 110 | +| _**Smart Commits**_ | Allows or disallows users to use the smart commits feature. | HOSTED<br>EXTERNAL | |
| 111 | +| _**Commit Notification Emails**_ | Allow or disallow sending of commit notification emails.<br><br>Set the **Max commit age (in minutes)** as desired. Commit notifications will be e-mailed if the age of the commit is less than or equal to this value. | HOSTED<br>EXTERNAL | |
| 112 | +| _**Web Linking**_ | _Optional._<br><br>The web linking feature adds links to your git hosting provider directly into the Git Commits tab. For special integrations (Auto-Connect), this feature is configured automatically. For more information on about this topic, see [Web linking](/git-integration-for-jira-data-center/web-linking-gij-self-managed). | HOSTED<br>EXTERNAL | |
| 113 | + |
| 114 | + |
| 115 | +* * * |
| 116 | + |
| 117 | +[**Prev:** Adding a nested repository](/git-integration-for-jira-data-center/adding-a-nested-repository-gij-self-managed) |
| 118 | + |
| 119 | +[**Next:** SSL verify](/git-integration-for-jira-data-center/edit-nested-repository-settings-gij-self-managed) |
| 120 | + |
| 121 | + |
0 commit comments