You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-desktop/azure-devops.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,14 @@ GitKraken connects to one Azure DevOps account at a time. However, with a paid G
95
95
In order connect the Azure Devops integrations using OAuth, `Third-party application access via OAuth` will need to be enabled in Azure from `Organization Settings > Policies`. You can find more information on this setting on [Microsoft's Learn Resources](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/change-application-access-policies?view=azure-devops).
96
96
97
97
If enabling this setting is not possible, you can connect using a Password Access Token.
98
+
99
+
***
100
+
101
+
## Azure DevOps Pull Requests form not populating in GitKraken Desktop
102
+
103
+
When you create a Pull Request with Azure DevOps, it may not populate in Gitkraken Desktop. This is due to the remote URL not using the correct format:
104
+
105
+
- In the left panel, right-click on your remote (typically origin) and select **Edit**.
106
+
- Edit the URLs and make sure they match the format of your Host Domain URL used to connect via **Preferences > Integrations** (if you are using a PAT) or the URL used to connect via OAuth.
107
+
- Specifically ensure that the format is [organisationname]@dev.azure.com" and **not** the old VSTS format of "[organisationname].visualstudio.com [http://visualstudio.com/]"
<p><strong>Note:</strong> If you are using Azure DevOps integration, and the Pull Request form is not populating, see this article on [Azure DevOps Integration](/gitkraken-desktop/azure-devops/#azure-devops-pull-requests-form-not-populating-in-gitkraken-desktop) for more information.
31
+
</p>
32
+
</div>
33
+
29
34
### Pull request templates
30
35
31
36
GitKraken Desktop supports pull request templates from your GitHub, GitLab, and Azure DevOps (including legacy VSTS URLs).
0 commit comments