Download the content of a folder from a change set
Hello everyone
I want to download the content of a folder in the context of a change set. The things I tried out until now don't really work as expected, because it gives back the latest versions of the items from that folder.
For example:
changeset1: add folder1 with file1.txt inside (version 1 of the file)
changeset2: modify file1.txt (version 2 )
Now I want to download the content of the folder from the change set 1. The behavior that I expect is to have inside the file1.txt with version 1, but I get the file with the latest version(version2).
Is there a way to achieve this?
Thank you!
Malina