Trouble finding attributes to pull data from Links tab in RTC project area
I'm pulling data from RTC project area using Plain Java API on Jazz Server.
I found lot of attributes such as sdi.workitem.attribute.SystemDetails, summary, severity etc. that I have used in my application.
A typical attribute info looks like this:
(identifier: sdi.workitem.attribute.QAStatus, attributeType: mediumHtml, displayName: QA Status, builtIn: false, internal: false, fullTextKind: _meta, readOnly: false, archived: false)
From the DisplayName I know which field it is and I use the corresponding identifier in my code to get the value from that field for every defect.
I printed all the attributes and compared them with the RTC yet I'm unable to find identifier to pull the Tickets that are linked via Copied from, Mentions and other related fields under Links section of Links tab. I inspected the element in Chrome still couldn't find anything useful to retrieve the Links data.
How do I get all the tickets associated in the Links section?
One answer
Please see:
The RTC WorkItem Client Link API – Linking to Work Items and Other Elements
to understand how the RTC link API works. There are numerous examples on that blog that follow links and there are a lot more API examples you probably should look into.