Hi All,
We currently have a requirement for integration between Service Manager (SM) and another ticketing tool for case exchange. The other tool has provided us with a fixed key and a dynamic token for connecting, but direct access with user credentials…
Hi,
I want to create a new Incident using REST API in Service Manager
API Body:
{ "Incident" :{
"Category" : "Incident" ,
"Service" : "A11" ,
"CCX" : "ATLAS Patlas MAJMPIN" ,
"Environnement" : "DEV" ,
"ExternalIncidentNumber" : …
Hello Experts,
I am trying to Create RF request with an (.msg) file as an attachment. ( Product: Micro Focus Service Manager)
From GUI we can do both in one go, with REST API, I can not see that is possible, as I see 2 different APIs
For create…
Hello,
An integration using the REST API of Service Manager is being developed, however, the following problem occurs when updating the information of a Duration type field: ***First, the field containing information is consulted to confirm the format…
Hi!
I would like to send attachments via REST API to a JIRA system.
The problem is, that it requires multipart/form-data. How can I create a JS script to create and send the call?
Thank you,
A.
HI, I have HP Service Manager 9.5 and I have enabled REST API for ticket creation on it. I was trying to create a ticket using REST without enabling SSO over http, it was creating the ticket but since I have enabled it, it is giving me a 401 unauthorized…