Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Translate the entire conversation x

Is there any API to get associated Change request of Problem report ?

jishageorge
6-Contributor

Is there any API to get associated Change request of Problem report ?

Is there any API to get associated Change request of Problem report ?

ACCEPTED SOLUTION

Accepted Solutions

There is:

QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);

 

View solution in original post

2 REPLIES 2

There is:

QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);

 

Thank you 🙂

Announcements
Top Tags