Skip to content

Commit 2af3c69

Browse files
committed
print workdetails
1 parent 8753d7a commit 2af3c69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-low-priority.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
3737
for (const workItem of queryResult.workItems) {
3838
const workItemDetails = await adoClient.getWorkItem(id=workItem.id, expand='links');
39-
console.log(workItemDetails.fields['System.Title']);
40-
console.log(workItemDetails.fields['System.Links']);
39+
console.log(workItemDetails);
4140
}

0 commit comments

Comments
 (0)