How to get the parent of GC Stream through API
I do have a large GC structure and would like to see the parent of GC stream. Is there any API available to get the parent of child GC stream? |
2 answers
Tomi,
there is a GC call to get a complete GC tree structure, which you can use to get a list of all child and parents for a given top level root gc configuration.
Since a root level gc configuration may be a contributor in various other gc configuration trees, you may want to use a GC query for that.
|
forgot the link:
https://<server>/gc/doc/scenario?id=GetFlatListOfContributionsForGcHiearchy
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.