We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a7875 commit 17874deCopy full SHA for 17874de
1 file changed
.github/workflows/update-low-priority.yml
@@ -35,6 +35,6 @@ jobs:
35
const queryResult = await adoClient.queryById(process.env.query_id);
36
37
for (const workItem of queryResult.workItems) {
38
- const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, azdev.WorkItemExpand.Links);
+ const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, 3);
39
console.log(workItemDetails);
40
}
0 commit comments