Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "GGUS:NGI FRANCE Interface FAQ/OTRS"

From EGIWiki
Jump to navigation Jump to search
(Replaced content with "This page was moved to GGUS:NGI_FRANCE_Interface_FAQ <!-- not used |more= -->")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page is currently work in progress. Please see [[GGUS:NGI_FRANCE_Interface_FAQ]]
This page was moved to [[GGUS:NGI_FRANCE_Interface_FAQ]]
{{GGUS-Interfaces
|Unit=NGI_FRANCE
|Updated=2012-01-23
|link=
|tech-name-of-tool=OTRS
|tech-prog-lang=Perl
|tech-redundancy=Yes (via Apache and MySQL clustering)
|tech-docu-link=http://doc.otrs.org/3.1/en/html/
|transfer-from-ggus=GGUS is using SOAP calls for creating and modifying tickets in OTRS system. Used operations are:
* TicketCreateNumber and
* TicketCreate for creating a new ticket,
* ArticleSend for adding comments,
* TicketTitleUpdate for updating the ticket subject,
* StateSet for updating the status and
* PrioritySet for changing the ticket priority.
|transfer-to-ggus=Data transfer from the NGI_FRANCE ticketing system to GGUS is done using SOAP web services..
Available operations are of GGUS system are:
* OpCreate for creating a new ticket in GGUS system,
* TicketModify for updating an existing ticket and
* TicketGet for reading values of an existing ticket.
 
Currently, GGUS ticket cannot be created in OTRS. Futhermore, attachements are not synchronized.
 
The functions used in the OTRS->GGUS sync are :
* GGUSChangePriority
* GGUSChangeStatus
* GGUSAddResponse
 
All this functions use the TicketModify SOAP operation.
 
|field-mapping={{{!}}border="1"
!      GGUS system {{!!}} NGI_FRANCE ticketing system
{{!}}-
{{!}}"email-external", "email-internal"{{!!}} Article Type
{{!}}-
{{!}}Description {{!!}} Body
{{!}}-
{{!}}Detailed Solution {{!!}} Body
{{!}}-
{{!}}Internal Diary {{!!}} Body
{{!}}-
{{!}}Priority         {{!!}} Priority
{{!}}-
{{!}}Public Diary {{!!}} Body
{{!}}-
{{!}}"GGUS"            {{!!}} Customer ID
{{!}}-
{{!}}Status         {{!!}} State
{{!}}-
{{!}}"GGUS"            {{!!}} Customer User
{{!}}-
{{!}}"unlock"    {{!!}} Lock
{{!}}-
{{!}}"GGUS"      {{!!}} Queue
{{!}}-
{{!}}Target ID    {{!!}} Ticket ID
{{!}}-
{{!}}Incident ID      {{!!}} Ticket Number
{{!}}-
{{!}}Subject    {{!!}} Title
{{!}}-
{{!}}"integer value"  {{!!}} User ID
{{!}}}
* Status value mapping
{{{!}}border="1"
!      GGUS system    {{!!}} NGI_FRANCE ticketing system
{{!}}-
{{!}}new              {{!!}} new (1)
{{!}}-
{{!}}assigned          {{!!}} open (4)
{{!}}-
{{!}}in progress      {{!!}} open (4)
{{!}}-
{{!}}waiting for reply {{!!}} pending reminder (6)
{{!}}-
{{!}}on hold          {{!!}} pending reminder (6)
{{!}}-
{{!}}reopened          {{!!}} open (4)
{{!}}-
{{!}}solved       {{!!}} pending auto close+ (7)
{{!}}-
{{!}}unsolved          {{!!}} closed unsuccessful (3)
{{!}}-
{{!}}verified          {{!!}} closed successful (2)
{{!}}}
|attachments=Attachments are not synchronized.
|Comments=n.a.
}}
<!-- not used |more= -->
<!-- not used |more= -->

Latest revision as of 12:17, 21 January 2013

This page was moved to GGUS:NGI_FRANCE_Interface_FAQ