Skip to main content

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

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-2.1.0.tar.gz (39.4 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-2.1.0-py3-none-any.whl (47.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nemo_osticket-2.1.0.tar.gz
  • Upload date:
  • Size: 39.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for nemo_osticket-2.1.0.tar.gz
Algorithm Hash digest
SHA256 6914b9ec31856e523ac9663a0a7e1525bc4068fc27ab17976e4a3d85dfb70c8d
MD5 3f6454bb65b24f73a8971f648c596cda
BLAKE2b-256 2fe94f85736b8649b122e9f6843a82d606a4a2598098799a9cfb6eaa1206a064

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nemo_osticket-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 47.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.7

File hashes

Hashes for nemo_osticket-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 051f943d0fa8faa32c2bb6a1f3b6a37469374c1b1e3e163b83416711f56c6b8f
MD5 838b7ce94095ea460dac9d2b101df2c0
BLAKE2b-256 e6f5150dc112899c5c4730aa1639055a988275dd879b922c861726a96ab38052

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.1.0 This release

2 files

2.0.0

2 files

1.8.1

2 files

1.8.0

2 files

1.7.2

2 files

1.7.1

2 files

1.7.0

2 files

1.6.0

2 files

1.5.4

1 file

1.5.3

1 file

1.5.2

1 file

1.5.1

1 file

1.5.0

1 file

1.4.0

1 file

1.3.2

1 file

1.3.1

1 file

1.3.0

1 file

1.2.0

1 file

1.1.0

1 file

1.0.0

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page