osTicket plugin for NEMO linking tickets to a specific tool
Project description
from NEMO_osticket.tests.test_settings import DATABASES
NEMO-osticket
osTicket plugin for NEMO linking tickets to a specific tool
Installation
python -m install nemo-osticket
In settings.py:
- Add
NEMO_ostickettoINSTALLED_APPS:
INSTALLED_APPS = [
'...',
'NEMO_osticket', # This needs to be before NEMO
'...',
'NEMO',
]
- Add
osticketdatabase 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>',
}
}
- 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nemo_osticket-1.7.1.tar.gz.
File metadata
- Download URL: nemo_osticket-1.7.1.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64f5654463b99a147ba855579d53d4d95cf51814d5b290265b49aaaa6762597d
|
|
| MD5 |
efbb0013b7266cbd5c6cea1e60151818
|
|
| BLAKE2b-256 |
0826fb239892cc940f79594744f81f7535ea6924564c38e6c74aa70ebdd2ac8f
|
File details
Details for the file nemo_osticket-1.7.1-py3-none-any.whl.
File metadata
- Download URL: nemo_osticket-1.7.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d7dd15d6d8bd25930db9ba5eb24a18a7b7cefa5b8922e158391acb5786c67dd
|
|
| MD5 |
b21ead654634e3c34477380231e9e92a
|
|
| BLAKE2b-256 |
a8088caa4b5ef8c92d349243d60d1199b7fd1a1a6626b2d165a3e7487eec46d4
|