Skip to main content

osTicket plugin for NEMO linking tickets to a specific tool

Project description

from NEMO_osticket.tests.test_settings import DATABASES

NEMO-osticket

Code style: black PyPI - Python Version PyPI Changelog License

osTicket plugin for NEMO linking tickets to a specific tool

Installation

python -m install nemo-osticket

In settings.py:

  1. Add NEMO_osticket to INSTALLED_APPS:
INSTALLED_APPS = [
    '...',
    'NEMO_osticket', # This needs to be before NEMO
    '...',
    'NEMO',
]
  1. Add osticket database information:
DATABASES = {
    'default': {'...'},
    "osticket": {
        "ENGINE": "mysql.connector.django",
        'NAME': '<db_name>', # usually 'osticket'
        'USER': '<db_user>', # usually 'osticket'
        'PASSWORD': '<db_password>',
        'HOST':'<db_host>',
        'PORT':'<db_port>',
    }
}
  1. Add an osticket API config dictionary:
OSTICKET_SERVICE = {
    "available": True,
    "url": "https://myosticketservice.com",
    'keyword_arguments': {
        'timeout': 5, # optional
        'headers': {"X-API-Key": "<api_key>"}
    },
}

Usage

Go to Administration -> Customization to configure this plugin and how to match Tool with Tickets from OsTicket

Add a Landing page choice with url /osticket/tickets to have a direct link to the search and generic submit a ticket pages

Tests

To run the tests:

python runtests.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nemo_osticket-1.7.0.tar.gz (24.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nemo_osticket-1.7.0-py3-none-any.whl (30.4 kB view details)

Uploaded Python 3

File details

Details for the file nemo_osticket-1.7.0.tar.gz.

File metadata

  • Download URL: nemo_osticket-1.7.0.tar.gz
  • Upload date:
  • Size: 24.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for nemo_osticket-1.7.0.tar.gz
Algorithm Hash digest
SHA256 36b45cac618aef2de64d8ae6781dcef91c6d80aad735f8dc0f63ce3a29628bce
MD5 030e16db37f50580d4c9eb6e82304648
BLAKE2b-256 07850273d031af999106536c62e0f04f8c32dff376805631d10ad239d16369ba

See more details on using hashes here.

File details

Details for the file nemo_osticket-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: nemo_osticket-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 30.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for nemo_osticket-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7421e99b4bc1f6b102a86cac3c2730b4ed70c2c84c5b8b357b0c3ed1e97381a3
MD5 a5161b7c69fb93585876da10d63c1ad1
BLAKE2b-256 2efea9e7a59f99ac1293b5048e43d6350e79eef47a582d628c036ab740eaac51

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page