Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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 🙂