meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tickets [2023/05/08 08:51] – created wrongecho | tickets [2024/08/29 23:18] (current) – [Email Ticketing/Email to Ticket Parsing] wrongecho | ||
---|---|---|---|
Line 3: | Line 3: | ||
Tickets allow you to easily track issues and service requests from your clients. | Tickets allow you to easily track issues and service requests from your clients. | ||
- | ======= Views ======= | + | ==== Views ==== |
- | There are currently two main views for tickets | + | There are currently two main views for tickets |
* All tickets (from all clients) | * All tickets (from all clients) | ||
+ | {{: | ||
+ | |||
* Client-specific tickets - accessed via a client' | * Client-specific tickets - accessed via a client' | ||
+ | {{: | ||
- | ======= Fields | + | ==== Fields ==== |
+ | * Subject | ||
+ | * Ticket description | ||
* Client & Contact | * Client & Contact | ||
* Priority (low/ | * Priority (low/ | ||
- | * Status (open, | + | * Status (new, open, on-hold, resolved, closed) |
- | * Subject | + | |
* Related asset (future feature is to allow multiple assets) | * Related asset (future feature is to allow multiple assets) | ||
- | * Ticket description | ||
- | ======= Features ======= | ||
+ | ==== Features ==== | ||
+ | |||
+ | * Agent Assignment/ | ||
+ | {{: | ||
* Custom ticket prefix | * Custom ticket prefix | ||
+ | {{: | ||
* Time tracking | * Time tracking | ||
+ | {{: | ||
* Email integration | * Email integration | ||
+ | {{: | ||
* Private/ | * Private/ | ||
+ | {{: | ||
* Merging | * Merging | ||
- | | + | |
+ | | ||
+ | {{: | ||
* Invoicing | * Invoicing | ||
- | | + | {{: |
+ | |||
+ | | ||
+ | |||
+ | * Support for Project & Task management | ||
+ | |||
+ | * Watchers / Collaborators to allow others to receive updates | ||
+ | |||
+ | * Custom ticket states | ||
+ | |||
+ | * Resolved state - A ticket is resolved before being closed. Agents and client contacts can re-open resolved tickets for 72 hrs (configurable) before they automatically | ||
+ | |||
+ | * Closed state - Once a ticket is closed, it cannot be re-opened | ||
+ | |||
+ | * Client contacts with the " | ||
+ | |||
+ | * Reporting on tickets per client, time worked, average time to solve | ||
+ | |||
+ | ==== Email Ticketing/ | ||
+ | * See [[ticket_email_parse|here]] | ||
+ | |||
+ | === Notifications === | ||
+ | * Client notifications can be configured to be sent on ticket creation & closure // | ||
+ | * New ticket email notifications can be configured to an email/ | ||
+ | * Agents will be notified when assigned a ticket & when their assigned ticket is replied to / updated | ||
+ | |||
+ | ==== API ==== | ||
+ | / | ||
+ | |||
+ | **Read - Retrieve ticket information (/read.php) (GET)** | ||
+ | * **Default / No params - Returns all tickets** | ||
+ | * ticket_id - Specific ticket ID from the ITFlow database (may, but usually shouldn' | ||
+ | |||
+ | < | ||
+ | |||
+ | Invoke-RestMethod -Uri " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | |||
+ | [...] | ||
+ | |||
+ | </ | ||
+ |