/argus_ticket_rt

This is a plugin to create tickets in Request Tracker from Argus

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

argus_ticket_rt

This is a plugin to create tickets in Request Tracker from Argus

Settings

  • TICKET_ENDPOINT: Link to instance, absolute URL

  • TICKET_AUTHENTICATION_SECRET: Standard username/password:

    {
        "username": username,
        "password": password
    }
    
  • TICKET_INFORMATION: Queue (obligatory)

    {
        "queue": queue_name
    }