Welcome to the Jazz Community Forum
Compare two different stream files in RTC

2 answers

Comments

Hello Michele,
Thanks for your response. Yes exactly i want to download the files from the both streams which they selected to compare. And i want to know the changeset from where it's shown when i select two streams.

Using Plain API you can do it. It's quite complex to say how in a comment so try and feel free to ask if you are blocked. To draw a simple line you have to retrieve the two stream, by name or using the UUID and retrieve the IFileItem from their configuration. After this you can check the history of the Item in order to get lats change-set. Probably the main point here is to retrieve the item but knowing the component relative path it should be ok.
If you are not used with the plain api development take a look here.
