meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tickets [2023/09/14 15:32] johnnytickets [2024/08/29 19:18] (current) – [Email Ticketing/Email to Ticket Parsing] wrongecho
Line 5: Line 5:
 ==== Views ==== ==== Views ====
  
-There are currently two main views for tickets+There are currently two main views for tickets on the agent side
  
   * All tickets (from all clients)   * All tickets (from all clients)
- +{{:tickets-listing.png?900|}}
-{{:tickets-listing.png|}}+
  
   * Client-specific tickets - accessed via a client's view/page   * Client-specific tickets - accessed via a client's view/page
- +{{:client-tickets-list.png?900|}}
-{{:client-tickets-list.png|}}+
  
  
Line 22: Line 20:
   * Client & Contact   * Client & Contact
   * Priority (low/med/high)   * Priority (low/med/high)
-  * Status (open, working, hold, auto-close, closed)+  * Status (new, open, on-hold, resolved, closed)
   * Related asset (future feature is to allow multiple assets)   * Related asset (future feature is to allow multiple assets)
  
Line 40: Line 38:
   * Merging   * Merging
  
-  * Scheduled tickets +  * Scheduled/Recurring tickets 
-{{:scheduled-tickets-create.png|}}+{{:scheduled-tickets-create.png?500|}}
   * Invoicing   * Invoicing
-{{:tickets-invoice.png|}} +{{:tickets-invoice.png?300|}} 
-  * Auto-close tickets+ 
 +  * Schedule future work (specifying onsite/remote) 
 + 
 +  * 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 close.  
 + 
 +  * Closed state - Once a ticket is closed, it cannot be re-opened 
 + 
 +  * Client contacts with the "Technical contact" role are able to see all tickets under their Client  
 + 
 +  * Reporting on tickets per client, time worked, average time to solve
  
-==== Email Ticketing ==== +==== Email Ticketing/Email to Ticket Parsing ==== 
-Registered client contacts can create/update tickets via e-mail. +  * See [[ticket_email_parse|here]]
-  * Configure at: **Settings > Mail**: +
-    * IMAP Host +
-    * IMAP Port +
-    * IMAP Encryption +
-  * Turn on: **Settings > Ticket > Email-to-ticket parsing** +
-  * Add a cron job to run email_parser_cron.php every min+
  
-==== Notes ==== +=== Notifications === 
-  * Only supports basic authentication (no oAuth) for now - a "nice to havein the future +  * Client notifications can be configured to be sent on ticket creation & closure //("Send clients general notification emails")// 
-  * The IMAP connection uses the same SMTP Username/Password configured for sending emails - should be configurable in future +  * New ticket email notifications can be configured to an email/distribution list, so your team is always aware of new tickets //("Email address to notify when new tickets are raised")// 
-  * Emails from unregistered contacts without a ticket reference are ignored - we plan to auto-create contacts based on a client domain in future+  * Agents will be notified when assigned a ticket & when their assigned ticket is replied to / updated 
  
 ==== API ==== ==== API ====
Line 69: Line 76:
 <code> <code>
  
-Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/tickets/read.php?api_key=3iVeTipINS9eDGpm&ticket_id=3" | ConvertTo-Json+Invoke-RestMethod -Uri "https://demo.itflow.org/api/v1/tickets/read.php?api_key=YOUR-API-KEY&ticket_id=3" | ConvertTo-Json
 { {
     "success":  "True",     "success":  "True",