Skip to content

Generate Release Notes - Using lookup_a_work_item #1517

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

You must be logged in to vote

Sorry you did not find what you needed in the documentation. I do make a serious effort document all the features, but I cannot cover all the edge cases.

A few points that could be of use

../ & Tree Depth

The number of ../ tree levels required depends on the nesting of your foreach loops. All the arrays of objects are in the root, so if you want to reference an array from within a top level foreach it is ../, If you have two nested foreach loops it is ../../ etc. That said it is confusing and there I aways have to use a bit of trial and error.

Is the data you want present?

You are looking in the relatedWorkItems array for these child WI, but are the ones you need present in this array?

Th…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JosephKuper
Comment options

Answer selected by JosephKuper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants