birt report how to get comment of com.ibm.team.workitem.linktype.relatedartifact
In birt report I need get comment of Related Artifact.
I use table from COMMON data set, table LINKS, linktype 'com.ibm.team.workitem.linktype.relatedartifact'
It stores only URI of the Related Artifact without a comment.
During the creation of artifact user sets both comment and url.
How to get the comment?
I use table from COMMON data set, table LINKS, linktype 'com.ibm.team.workitem.linktype.relatedartifact'
It stores only URI of the Related Artifact without a comment.
During the creation of artifact user sets both comment and url.
How to get the comment?
Accepted answer
David, try using the table com.ibm.team.links.AuditableLink from the LIVE_SNAPSHOT schema. The LIVE_SNAPSHOT schema should be used only for cases like these where the supported schemas do not expose the data. The LIVE_SNAPSHOT schema exposes the internal structure of the data which may change in the future.