Giter VIP home page Giter VIP logo

Comments (1)

ewsterrenburg avatar ewsterrenburg commented on June 27, 2024

@ErikWiesener
The standard connectors supplied with OTRS do not provide the possibility to do so: the TicketSearch operation of the Ticket Connector of the OTRS GenericInterface returns a list of Ticket IDs that matches a predefined criteria. The only way to accomplish this would be to do a search first, followed by a loop that executes a TicketGet for the returned ID's and convert that to your desired format. This is however something you could easily do yourself and there's no point in making this part of python-otrs (besides the point that I'm guessing the series of looped requests is exactly the thing you want to avoid...)

What might be possible is the following:

  1. Create your own connector in OTRS (where I would have no idea on how to implement this and neither whether it is even possible..)
  2. Fork python-otrs and write the files to make it work with your own connector (along the lines of the faq-connector).

ps: if you really need json, you might prefer the rest interface

from python-otrs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.