Skip to content

lookup this.files 'System.Team' #1414

Answered by rfennell
kahaboom asked this question in Q&A
Discussion options

You must be logged in to vote

You can see all the fields available on an object using the general form

{{#forEach this.workItems}}
{{json this.id}}
{{/forEach}}

But, I don't think the is a System.Team field to loop up. There no association built in between a WI and Team in Azure DevOps.

As to the second question, all you could do is see of the information you need is in the builddetails object (again using the form

{{ json builddetails }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kahaboom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment