Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is a OTRS Webservice file.
- # Install it in OTRS like this: Go to OTRS admin -> webservices -> create webservice -> import webservice
- # Choose this file. Leave the name field empty
- ---
- Debugger:
- DebugThreshold: debug
- TestMode: 0
- Description: Webservice Methods provided for PrOps JIRA Add-On
- FrameworkVersion: 3.4.x git
- Provider:
- Operation:
- SessionCreate:
- Description: Creates a Session
- MappingInbound: {}
- MappingOutbound: {}
- Type: Session::SessionCreate
- TicketCreate:
- Description: Creates a Ticket
- MappingInbound: {}
- MappingOutbound: {}
- Type: Ticket::TicketCreate
- TicketUpdate:
- Description: Updates a Ticket
- MappingInbound: {}
- MappingOutbound: {}
- Type: Ticket::TicketUpdate
- TicketGet:
- Description: Retrieves Ticket data
- MappingInbound: {}
- MappingOutbound: {}
- Type: Ticket::TicketGet
- TicketSearch:
- Description: Search for Tickets
- MappingInbound: {}
- MappingOutbound: {}
- Type: Ticket::TicketSearch
- TicketHistoryGet:
- Description: Retrieves history of a Ticket
- MappingInbound: {}
- MappingOutbound: {}
- Type: Ticket::TicketHistoryGet
- Transport:
- Config:
- MaxLength: 100000000
- NameSpace: http://www.otrs.org/TicketConnector/
- Type: HTTP::SOAP
- RemoteSystem: ''
- Requester:
- Transport:
- Type: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement