Get history of IFileItem
3 answers
There is some JavaDoc for the Plain Java Client Libraries in the latest releases. The SDK has comments and source code. Follow https://jazz.net/library/article/784 and the Extensions workshop to set up your development environment and then you can look into the code. That is what I think is available.
Thanks - I downloaded a newer SDK version and was finally able to extract the JavaDoc myself.
Now I found a way to access the history (and change sets) of a file item.
Next step is to access a work item associated to any of these change sets. But after some hours of googling and scrolling through the JavaDocs I could not find a way to receive them.
What is the correct way to access the workitem object connected to a changeset?
Now I found a way to access the history (and change sets) of a file item.
Next step is to access a work item associated to any of these change sets. But after some hours of googling and scrolling through the JavaDocs I could not find a way to receive them.
What is the correct way to access the workitem object connected to a changeset?
Comments
ioana lazar
Jul 23 '12, 9:15 a.m.