We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af3c69 commit e6a7875Copy full SHA for e6a7875
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(id=workItem.id, expand='links');
+ const workItemDetails = await adoClient.getWorkItem(workItem.id, null, null, azdev.WorkItemExpand.Links);
39
console.log(workItemDetails);
40
}
0 commit comments