You are not logged in.
Pages: 1
Is it possible to define additional fields for tickets?
In templates for tickets I can hide fields, mark required fields but can I add others fields, such as drop-down lists, check boxes, additional text boxes, date, etc?
For example:
Type: ...
Category (class): ...
Urgency: ....
Title *: ...
Textfield1 * ...
Dropdown *
Texfield2 *: ....
Date *:
(* require)
I'm using 0.88.3
Offline
To add new fields on an item, you must create a plugin
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Could you be more precise?
I have to write a plugin or is already such a plugin?
It is a matter of definition somewhere in view (php files) this additional fields?
Or is it more complicated?
Offline
You must write a plugin that add a new tab in the Ticket object
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Pages: 1