CA Service Management

 View Only

 Editing LOG COMMENT in CA-SDM using API

Ritika tandon's profile image
Ritika tandon posted Feb 24, 2024 04:55 AM

Is it possible to edit comment in CA-SDM using API call . we have jira-connected with CA so, we are sending comment added in jira back to CA using API.

So, if commnet is edited in jira same comment should be edited in CA, so, it it possible to edit comment in CA using API call.

Lindsay Estabrooks's profile image
Lindsay Estabrooks

You would first need to retrieve the specific log comment using the doSelect method to get its handle. Then update the comment using the updateObject method.