Change Set is it always associated with one work item ?
![]()
Test scenario:
For Change set earlier I had linked one Task 01.
Later I link with Task03.
So now both Tasks 01 and 03 have this change set in the Links,
But when I programatically using RTC PLain java API trying to get the Linked work items
I get only latest Task03 as linked work item and not both.
What is the Solution if I have to get both Tasks work items.
What is actually recommended, link only one Task for one Change Set?
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 13 '15, 11:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Oct 13 '15, 11:15 a.m.
The API provides you with all linked work items - note, you can use different link types but you usually iterate over one link type. I assume your API usage is incorrect or you used different link types.
What you prefer in how many links, depends on your usage model and I don't think there is a best way. If you use the "related work item" link type and require an approval, I think you have to approve both work items before you can deliver. vijayakumar ramesh selected this answer as the correct answer
|