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
GitExtensions plugin to get template commit messages generated based on Azure Devops Work items.
2
+
GitExtensions plugin to get template commit messages generated based on Azure Devops Work items inside [GitExtensions](https://github.com/gitextensions/gitextensions) commit form
3
3
4
-
The default request generate templates for the PBIs and Bugs of the current sprint for the authenticated user.
4
+
**The default request generate templates for the PBIs and Bugs of the current sprint for the authenticated user.**
5
5
6
6
The package is going to be published on [NuGet.org](https://www.nuget.org/packages/GitExtensions.AzureDevOpsCommitMessage) feed.
7
+
8
+
## Versions
9
+
10
+
* v5.0 : Compatible with GitExtensions >= v5.0
11
+
* v2.0 : Compatible with GitExtensions < v5.0
12
+
13
+
## Configuration
14
+
15
+
1. Open AzureDevOpsCommitMessage plugin settings
16
+
2. Update settings:
17
+
* Set ADO project url
18
+
* Set user e-mail
19
+
* Generate and set an ADO Personal access token (with "Work items (read)" right).
20
+
3. Run the preview to check that it is working (no error occurred) and eventually that the WIQL query is doing what you expect
0 commit comments