Hello everyone,
We changed our project from 4.0.0.M2 to 4.0.0 and it seems that some functions that were present in 4.0.0.M2 are not available anymore.
For example for the ChangeRequest class in 4.0.0.M2 following functions are available:
but in 4.0.0 only addRelatedChangeRequest function is available (and the others from the screenshot above seem to not be available anymore):
Why is that? We were using addRelatedTestPlan to link ChangeRequests to a TestPlan and now we cannot do that anymore. Trying to do it the other way around (linking from the TestPlan to the ChangeRequest using testPlan.addRelatedChangeRequest returns status code 403 (forbidden), so it seems to not be the right way to do it - the same result is in both versions). What can we do about this?
Thank you,
Ana-Maria