We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a303e9b commit 6f647c7Copy full SHA for 6f647c7
1 file changed
samples/workItemTracking.ts
@@ -67,6 +67,6 @@ export async function run() {
67
if (workItemTypes.length > 0) {
68
const type: WorkItemTrackingInterfaces.WorkItemType = workItemTypes[0];
69
common.heading('Info for type' + type.name);
70
- console.log(type.name, 'has', (await witApi.getWorkItemTypeFields(project.id, type.name)).length, 'fields');
+ console.log(type.name, 'has', (await witApi.getWorkItemTypeColors([project.id])).length, 'colors');
71
}
72
-}
+}
0 commit comments