horde / whups
Ticket-tracking application
Installs: 59
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 3
Type:horde-application
Requires
- php: ^7.4 || ^8
- ext-gettext: *
- ext-json: *
- horde/auth: ^3
- horde/autoloader: ^3
- horde/compress: ^3
- horde/core: ^3
- horde/date: ^3
- horde/db: ^3
- horde/exception: ^3
- horde/form: ^3
- horde/group: ^3
- horde/horde: ^6
- horde/horde-installer-plugin: ^2
- horde/mail: ^3
- horde/mime: ^3
- horde/mime_viewer: ^3
- horde/notification: ^3
- horde/perms: ^3
- horde/prefs: ^3
- horde/scheduler: ^3
- horde/share: ^3
- horde/support: ^3
- horde/text_filter: ^3
- horde/util: ^3
- horde/vfs: ^3
- horde/view: ^3
This package is auto-updated.
Last update: 2024-10-12 11:13:14 UTC
README
Contents
Whups is a Horde ticket-tracking application. It is very flexible in design, and can be used for help-desk requests, tracking software development, and anything else that needs to track a set of requests and their status.
This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.
1 Features
Currently Whups supports the following features:
- Support for multiple "Queues" (aka Projects).
- Custom ticket types, states, priorities, attributes per Queue.
- Create, update, assign, close tickets.
- Search for tickets matching specific criteria.
- A complex query building for building and saving/storing custom searches.
- Guest access (in addition to login access).
- E-mail notification of changes to tickets.
- Ticket creation and updating through e-mail messages.
- Permissions support.
2 Terminology
- Queues
- Project name (or other major category name). This is the top level structure.
- Types
Project Type, each Type has the following components:
- States
- State (Stage) of the current item. For example: new, open, closed, resolved, etc.
- Priorities
- Priority of the current item. For example: Critical, High, Low, Normal, Urgent, etc. Could also be abstracted (Red, Yellow, Green; 1, 2, 3; etc)
- Attributes
- From a large set of attribute types, an arbitrary number of attributes can be added, including attribute names, descriptions, whether they are required etc.
- Form Replies
- Reply texts for updating tickets, used for automatically filling ticket comments with stock phrases.
- Responsible Users
- Users responsible for a queue. These can be anyone, but should be Horde users. Notifications only work with Horde users who have identities with an email address set.
- Versions
- Allows you to track multiple versions of the same project. Can be used for actual versions (CVS HEAD, 1.0, etc), development cycles (planning, prototyping, production), etc.
- Tickets
- This is an "Instance" of a Type.
3 Obtaining Whups
Further information on Whups and the latest version can be obtained at
http://www.horde.org/apps/whups
4 Documentation
The following documentation is available in the Whups distribution:
5 Installation
Instructions for installing Whups can be found in the file INSTALL in the
doc/
directory of the Whups distribution.
6 Assistance
If you encounter problems with Whups, help is available!
The Horde Frequently Asked Questions List (FAQ), available on the Web at
http://wiki.horde.org/FAQ
Horde LLC runs a number of mailing lists, for individual applications and for issues relating to the project as a whole. Information, archives, and subscription information can be found at
http://www.horde.org/community/mail
Lastly, Horde developers, contributors and users also make occasional appearances on IRC, on the channel #horde on the freenode Network (irc.freenode.net).
7 Licensing
For licensing and copyright information, please see the file LICENSE in the Whups distribution.
Thanks,
The Whups team