How to get Associated Work Items from a Change Set using CLI?
We have a change set which is associated to multiple work items (trivial merges between streams)
We get the change set details (UUID) from one of the work items we know.
But we need to check if the same change set it associated with more work items and which ones.
Can we do that using CLI (scm commands)
i tried list change set and locate - but it only gives me stream names which is not what i need.
Thanks