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

Community email notifications are disrupted. While we are working to resolve, please check on your favorite boards regularly to keep up with your conversations and new topics.

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

jishageorge
5-Regular Member

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

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

1 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);

 

jishageorge
5-Regular Member
(To:BjoernRueegg)

Thank you 🙂

Top Tags