compare component with baseline across stream for shared component.
I have below scenario of stream in my project area
Demo Stream 6
Shared_Comp_1(5: Snap_1)
Demo Stream 7
Shared_Comp_1(4: Snap_3)
"Shared_Comp_1" is shared in Demo Stream 6 and Demo Stream 7
There are no change sets in comparison when "Shared_Comp_1" is compared with Snap_1 for Demo Stream 6.
However when I compare "Shared_Comp_1" from Demo Stream 6 with Snap_3 baseline of "Shared_Comp_1" from Demo Stream 7, there are change sets.
I am doing above comparison in eclipse client(client version is 5.0.2)
I want to compare "Shared_Comp_1" component from Demo Stream 6 with latest baseline Snap_3 of "Shared_Comp_1" from Demo Stream 7.
When I do it using java api it shows me no change sets, because instead of fetching Snap_3 as latest baseline from "Shared_Comp_1" of Demo Stream 7, it fetches Snap_1 as latest baseline form "Shared_Comp_1".
How can I fetch Snap_3 as latest baseline from "Shared_Comp_1" of Demo Stream 7 and compare it with "Shared_Comp_1" component of Demo Stream 6 using java client API
|
One answer
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.