Home Plugins yast yet another support tool
YAST : Yet Another Support Tool logo

YAST : Yet Another Support Tool

by Bastien Ho on WordPress.org

Bug tickets management, throw classic site, multisite plateform

(0)
Ticket list

Ticket list

Bug tickets management, throw single site or multisite plateform
this plugin allows WordPress users to open supports tickets from front or admin pages.
The purpose is to manage a community of webmasters on a WP plateform, to give assitance for editing or publishing, get bugs from themes or plugins.

Full integration

  • Custom categories to filter tickets
  • For logged-in users: a submit button in the admin bar
  • For every one: possibility to use a form (with shortcode). The form can assign tickets to a specific category.

Here some usefull tools provided to help resolve tickets

  • Automaticly add page URL, Browser details and and POST variables to new tickets
  • Filter by categories
  • User assignation
  • Comments, with spent time
  • Merge tickets
  • Close or re-open tickets

Form submission shortcode

Basic shortcode

[BugTickets_form] Will output a support form, like the one in the admin bar

Basic shortcode options

Basic options are:

  • type (string, must be a ticket_type slug)
  • title (string)
  • only_known (true/false) filter logged-in users or not
  • force_ssl (true/false)

example :
[BugTickets_form type=”bug” title=”New bug” only_known=false force_ssl=true]

Full shortcode use

You can assist the description filling by using custom form fields like :

usable field types are :

  • text
  • textarea
  • select
  • radio

add possible values for select and radio with “comma,separated,values”

example :

[BugTickets_form type="bug" title="New bug" only_known=false force_ssl=true]