Welcome to GLPi feature request service.
Please check if the feature has not already been requested.
If not, please describe it

+2

mailgate : rule for assign requester entity

yves tesniere 8 years ago updated by yllen 8 years ago 1

when creating ticket by web interface, ticket is created in the requester entity( it makes sense if only one entity)

there is no rule to assign entity for mailgate : ie :

criteria : collector is my collector

action : assign requester default entity ( or assign requester 'first' entity)

+2

SLA : Can link calendar for technician groups

Xavier CAILLAUD 8 years ago 0

For example, I have 2 technician groups G1 & G2 :

G1 members work from 9:00 AM to 02:00 PM (with SLA1 resolution with 2 hours?)
G2 members work from 02:00 PM to 11:00 PM (with SLA2 resolution with 4 hours?)?
At creation of tickets, the SLA 1 is affected (when G1 group is affected to the ticket)
And when we change to G2 group, The SLA must be recalculated because calendar is not the same for the second group.
+2

Send invitation in Planning

Yannick 8 years ago updated 8 years ago 4

It would be useful to send invitation for appointment from glpi planning to users.


They would be able to accept it and it will be automatically added to their outlook calendar.

+2

[Cartridges] Cartridge order by user

Sulian 8 years ago 0

Add a form to manage cartridges applications for end user:

  • Consumables Application Validation System,
  • Associated Notifications,
  • Wizard user based on the available stock.


(like the "consumables" plugin)

+2

[Locations] Users list

Sulian 8 years ago 0

Can you add a tab with the list of users ?

+2

[Improvement][Ticket] Convert task to follow and vice-versa

Sulian 8 years ago 0

Can you add an option to convert a task in a follow in the ticket tracking system ? Often another operator made this kind of mistake (write a task instead of follow) and we cannot fix it.

+2

add a message during root entity ticket creation.

Yannick 8 years ago 0

Hello

To avoid ticket creation on root entity it would be useful to add an option in general settings permitting to add a message during root entity ticket creation.

Example : Warning you are on root entity !

+2

addition of few fields in default ticket template

SJP 8 years ago updated by asdf 6 years ago 1

Hi,


Is it possible to add couple of fields like HOSTNAME, IP etc in the default ticket template, so that we can filter the alerts based on those fields.

+2

Hidden ticket

Joss 8 years ago updated by Armin01 8 years ago 1

it would be nice to add a feature "hidden ticket" with a due date in the ticket goes up.

it would be useful to keep clear sight of tickets being processed and will bring up the desired ticket at the appropriate time.

for example , to schedule the deletion of an account in several weeks or even prepare for an upcoming event

+2

Notification templates do not support nested if conditions

j novak 8 years ago 0

Hello,


notification template evaluation do not support nested IFs:


##IFticket.storestatus=5##
  ##IFticket.status=New##
  ...
  ##ENDIFticket.status##
  ##ELSEticket.status##
  ...
  ##ENDELSEticket.status##
##ENDIFticket.storestatus##
I prepared patch which solves it. You can/must IFs number:


##IF0ticket.storestatus=5##
  ##IF1ticket.status=New##
  ...
  ##ENDIF1ticket.status##
  ##ELSE1ticket.status##
  ...
  ##ENDELSE1ticket.status##
##ENDIF0ticket.storestatus##

the template is evaluated then as expected.

FOREACH/ENDFOREACH is supported too.


Is it possible to include such patch in release? I believe it is useful.


Jirka Novak