Is there any API to get associated Change request of Problem report ?
Aug 14, 2017
04:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 14, 2017
04:57 AM
Is there any API to get associated Change request of Problem report ?
Is there any API to get associated Change request of Problem report ?
Solved! Go to Solution.
Labels:
- Labels:
-
API
ACCEPTED SOLUTION
Accepted Solutions
Aug 14, 2017
05:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 14, 2017
05:01 AM
There is:
QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);
2 REPLIES 2
Aug 14, 2017
05:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 14, 2017
05:01 AM
There is:
QueryResult qr = ChangeHelper2.service.getChangeRequest(problemReport);
Aug 14, 2017
05:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 14, 2017
05:38 AM
Thank you 🙂
