cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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 ?

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