Programatically create a ChangeSet
We are developing a CI/CD workflow where we are transforming a git source dump to a RTC Workitem and associated changeset. We have so far used the RTC 5.0.2 plain java client API and created a work item.
Reading existing documentation we cannot figure out How to programatically create, hydrate and prime a changeset.
Once we have an implementation of a ChangeSet associating it with a work item is doable.
Can the Team here give guidance on How to create a ChangeSet with the Plain Java Client API ?
-Thanks