I'm trying to get the attributes of a work Item, but by their tab. like in the ui of eclipse (Overview, history, links)
any idea how I could do it? right now I'm using the rtc plain java api 4.0.
regards,
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.
Comments
sam detweiler
Aug 26 '14, 6:58 p.m.the plain java api does not know anything about the Eclipse presentation data.
the only way I know from the outside of eclipse is to read the process XML for the project presentation space layout, find the variables etc..
this is not supported, is not documented and the xml could change at any time
1 vote
Carlos Arreola
Aug 29 '14, 5:26 p.m.thank you very much.