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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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