Associated Work-item information about changeset
I have run following REST command for information on changeset , which gives me output, but don’t seem to find any information related to associated work items.
https://URL/resource/itemOid/com.ibm.team.scm.ChangeSet/_DdLh0W4KEeSWhvg1spxB0A?_mediaType=text/xml
Output is:
<scm:ChangeSet itemId="_DdLh0W4KEeSWhvg1spxB0A" properties="">
<stateId>_InWgoG4KEeSWhvg1spxB0A</stateId>
<immutable>true</immutable>
<contextId>_Dp6kMdwTEd2jUupDpQV1Rw</contextId>
<modified>2014-11-17T03:30:53.487Z</modified>
<mergePredecessor xsi:nil="true"/><predecessor>_GiQcYG4KEeSWhvg1spxB0A</predecessor>
<active>false</active>
<comment>OSOOSAE0 SRC</comment>
<lastUpdatedDate>2014-11-17T03:30:53.293Z</lastUpdatedDate>
<modifiedBy itemId="_njQ2EQFmEeKDZYyB3WvlLA"/>
<changes>
<internalId>_DmrcEG4KEeSWhvg1spxB0A</internalId>
<kind>2</kind>
<before>_1yz_pGsAEeSD5_Q-882M4Q</before>
<after>_DmhrFG4KEeSWhvg1spxB0A</after>
<item itemId="_b0S5QFU1EeSOR-4s3D8GZA" xsi:type="filesystem:FileItemHandle"/>
</changes>
<component itemId="_tCqPUApsEeK7C6NNWmSK6w"/>
<owner itemId="_njQ2EQFmEeKDZYyB3WvlLA"/>
<xComponentLink xsi:nil="true"/></scm:ChangeSet>
How do i find , which work-item this change-set is associated with ?