Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Is there any API to get associated Change request of Problem report ?
Solved! Go to Solution.
There is:
QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);
There is:
QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);
Thank you 🙂