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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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