Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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 🙂