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: docs/static/schema/configuration.schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2468,6 +2468,10 @@
2468
2468
"type": "boolean",
2469
2469
"default": "true"
2470
2470
},
2471
+
"ExcludeDefaultWorkItemTypes": {
2472
+
"description": "If `true`, some work item types will be automatically added to `ExcludeWorkItemtypes` list.\r\n Work item types excluded by default are: Code Review Request, Code Review Response, Feedback Request,\r\n Feedback Response, Shared Parameter, Shared Steps.",
2473
+
"type": "boolean"
2474
+
},
2471
2475
"ExcludeWorkItemtypes": {
2472
2476
"description": "List of work item types which will be excluded from validation.",
Copy file name to clipboardExpand all lines: docs/static/schema/schema.tools.tfsworkitemtypevalidatortool.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@
10
10
"type": "boolean",
11
11
"default": "true"
12
12
},
13
+
"ExcludeDefaultWorkItemTypes": {
14
+
"description": "If `true`, some work item types will be automatically added to `ExcludeWorkItemtypes` list.\r\n Work item types excluded by default are: Code Review Request, Code Review Response, Feedback Request,\r\n Feedback Response, Shared Parameter, Shared Steps.",
15
+
"type": "boolean"
16
+
},
13
17
"ExcludeWorkItemtypes": {
14
18
"description": "List of work item types which will be excluded from validation.",
0 commit comments