All Projects → sabueso → ticketator

sabueso / ticketator

Licence: other
Django simple ticketing system

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ticketator

ticketutil
Python ticketing utility for working with tickets in popular tools
Stars: ✭ 58 (+23.4%)
Mutual labels:  ticket, jira
xray-action
... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Stars: ✭ 16 (-65.96%)
Mutual labels:  jira
lazylead
Eliminate the annoying work within ticketing systems (Jira, GitHub, Trello). Allows automating (without admin access) daily actions like tickets fields verification, email notifications by JQL/GQL, meeting requests to your (or teammates) calendar.
Stars: ✭ 42 (-10.64%)
Mutual labels:  jira
giticket
Utility to autoadd ticket number specified in your branch name to your commits!
Stars: ✭ 51 (+8.51%)
Mutual labels:  jira
estimator-elixir
Elixir side-project: Collaboratively estimate Jira stories (for remote teams)
Stars: ✭ 44 (-6.38%)
Mutual labels:  jira
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-72.34%)
Mutual labels:  groups
jira-select
JIra-select is a command-line tool and library that lets you run SQL-like queries against your Jira instance that are far beyond what Jira's built-in query language can provide.
Stars: ✭ 18 (-61.7%)
Mutual labels:  jira
12306
12306 订票程序,自动登录,自动下单
Stars: ✭ 19 (-59.57%)
Mutual labels:  ticket
grouphelperbot
A Telegram Bot made to help group admins, with Italian/English support.
Stars: ✭ 26 (-44.68%)
Mutual labels:  groups
zabbix-jira
Python module that allows you to create tasks in Jira by the trigger from Zabbix
Stars: ✭ 40 (-14.89%)
Mutual labels:  jira
tempomat
CLI for Tempo Jira Timesheets Plugin
Stars: ✭ 45 (-4.26%)
Mutual labels:  jira
git-changelog-maven-plugin
Maven plugin that can generate a changelog, or releasenotes, from git repository
Stars: ✭ 52 (+10.64%)
Mutual labels:  jira
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-38.3%)
Mutual labels:  groups
tribe
Helps you answer why the @$*% that code exists.
Stars: ✭ 18 (-61.7%)
Mutual labels:  jira
jiractl
A command-line tool for managing Jira
Stars: ✭ 52 (+10.64%)
Mutual labels:  jira
Jira-Hot-Linker
Jira Hot Linker
Stars: ✭ 36 (-23.4%)
Mutual labels:  jira
jira.plugin.zsh
CLI support for JIRA & Git interaction
Stars: ✭ 31 (-34.04%)
Mutual labels:  jira
jira-grafana-json-datasource
Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
Stars: ✭ 68 (+44.68%)
Mutual labels:  jira
cascade
A project management service with pure functional programming paradigm in the heart.
Stars: ✭ 21 (-55.32%)
Mutual labels:  jira
jira.js
A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Stars: ✭ 156 (+231.91%)
Mutual labels:  jira

Ticketator

Ticketator is a simple ticketing system developed in Python 2, based on Django Framework. It's inspired in some Jira features and others ticketing systems commonly used by IT Departments.

alt tag

Ticketator is about tickets, queues, users and groups.

You can find more screenshots screenshot here

Some cool features

  • Simple ticket creation
  • Queues to organize tickets
  • Rights to organize access to queues (based on group access, can comment, can edit, can view...)
  • Comments on tickets
  • Ability to define percentage made on a particular task
  • Microtask related to a main taks (and percentage overall obtained from all microtask progress)
  • Multiple users and groups
  • HTML responsible design
  • Dashboard with important info as open & pending tickets & RSS feed
  • Only a few AJAX calls, not a Javascript/Jquery monster

Start to use Ticketator is as simple as install it, load initial data, create a superuser, a queue, and you're ready to create tickets!

Give a try to Ticketator, and give us your feedback!

Dependencies

  • Django 1.9 or greater
  • Postgres or similar (as supported by Django ORM)
  • [django-colorfield]
  • [django-extensions]

Installation

git clone https://github.com/sabueso/ticketator.git

Once installed, satisfy some dependencies manually

pip install django-colorfield
pip install django-extensions

TODO: first steps to put Ticketator on road.

Docker demo

Docker image to test Ticketator without effort:

Requirements

Run it

# Build images
docker-compose build

# Run containers (in background)
docker-compose up -d

# Create admin user
docker exec -it ticketator_backend_1 ./ticketatorapp/manage.py createsuperuser

# Login on http://localhost:8000

Disclaimer & Feedback

Ticketator is under active developement and some areas could not be working as expected. Please, let you free to give us your feedback constructively under the "Issue" area on Github. Forks & Pull Requests, will be apreciatted.

Before pushing

flake8 --max-line-length=100 --ignore=F841 --exclude=migrations,__init__.py,settings .

Todos

  • Write Tests
  • Inventory module
  • See "Issues" in Github to see next enhacements

License

TODO

Free Software, Hell Yeah!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].