Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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 🙂