Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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 🙂