ServiceDesk

 View Only
  • 1.  How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 05, 2016 06:54 AM

    HI Team,

      I am new to Altris Service desk, I would like implement connector to access Altris ServiceDESk(7.5)  using Service Desk API via JAVA.

     

    Then I like to perform follwoing  operations,

    1.  Fetch Incident Details upon creation or LastModifiedDate

    2. Crate a new ticket via Java code

    3.Update a new ticket via Java code.

     

    Please  provide WSDL if posiisble.

     

    Greately appreciated you help.



  • 2.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 05, 2016 11:32 AM

    http://localhost/SD.IncidentManagementSimple/IncidentManagement.asmx?wsdl

     

     



  • 3.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 06, 2016 01:52 AM

    Thanks Bring.   Hope it some what help me to explore further.   How to get Altris Servicedesk Webservise WSDL?



  • 4.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 06, 2016 11:29 AM

    If you append ?wsdl to the URL of the webservice, the WSDL will be displayed (i.e. http://blah.asmx?wsdl)



  • 5.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 12, 2016 09:08 AM

    Hi Team,

     

         I want update User's comment or Note to existing Incient  by processID @ Service desk using webservice API.  Please help me. what is the method  to use  in IncidentManagement wsdl

    CheckAutoStart

       



  • 6.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 15, 2016 03:00 PM

    Do you mean you want to update a comment on an incident that a user has already made? If so, I don't think there is a built in API for that. You could make your own, of course, but you'd have to edit the SQL table directly via a custom integration component. If you are just trying to add a comment to an existing incident, that would be a much easier API to make using the existing "add process comment" component.



  • 7.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 22, 2016 05:38 AM

    Thanks for your reply michael.george.

     As customer, I am trying to add a comment to an my existing Incident  By using  http://localhost/SD.IncidentManagementSimple/IncidentManagement.asmx?WSDL webservce  API, but  I dont find  any method to add comment  to existing Incident.

     

    Please help me .



  • 8.  RE: How to create of Get Incident(Ticket) using Altris ServiceDesk(7.5) API via JAVA

    Posted Jan 29, 2016 08:41 AM

    I'm afraid there is no API to add a comment. You could to create a new workflow to act as an API, but there is no built in one.