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

+1

[Feature-Request] Automate GLPI Version Updating

eLBruto il y a 7 mois 0

Hello! As the title states, I would like to formally request the following feature :

Add a button to the following location for users with the Super-Admin rights :
The button should be here : Administration > GLPI Version Panel > Update to latest GLPI Version.

The reason I am requesting this is to have a reduced risk of botching something up.

+1

Support Firewall inventory

hramos il y a 7 mois 0

The GLPI agent is capable of collecting and sending information about the active firewalls on the computer; however, GLPI does not make use of this data. It would be nice if this information were reflected in the computer asset.

Example:

Windows:

"firewalls": [
{
"profile": "DomainProfile",
"status": "on"
},
{
"profile": "PublicProfile",
"status": "on"
},
{
"profile": "StandardProfile",
"status": "on"
}
],


Linux:

"firewalls": [
{
"description": "ufw",
"status": "on"
}

+1

Global search improvement

Martina Luna il y a 8 mois 0

It occurred to me to be able to filter the modules returned by the global search.

For example, when we search for a ticket in the global search, it returns data from other modules, related to the keyword we mainly use.

Thanks

Regards

+1

Add specific email for a group

nuria2c il y a 10 mois 0

Many technicians ask us if they can receive notifications on a list of their service or area. For example, the deveoper unit has an email lilke "dev.app@xxxx.yyy".

It would be great to be able to assign a specific email to the groups (optional) and that it could be used for notifications.

That is, enter the email as one more data of information group and have the option to mark if you want to be notified via notifications in this email.

+1

Bookstack integration with glpi (Wiki)

tech62 il y a 10 mois 0

Hi,

Is it possible to integrate Bookstack Wiki in GLPI in replacement of the GLPI wiki ?

Thanks !

+1

Allow watchers to change ticket status

Ubiratan Reis il y a 11 mois 0

Hello, I think it would be a nice feature to have the option to allow watchers to chance ticket status when submiting a follow up via GLPI.

In my company sometime a ticket needs to have a green light of a third party (we've not yet fully implemented the approval module) or add relevant information to a ticket.

The way it works today is that if said user replies via e-mail GLPI will change the status back do processing but if they do via GLPI page, even if they uncheck the pending button, status won't change.

+1

Dashboard data optimization

Carlos Zimmer il y a 12 mois 0
 Must have a Computers dashboard by operating system. 

"Computers by operating system"

W7, w10, w11, ubnt, redh....

+1

Only scan specific networks for P2P transfers

larsen007 il y a 12 mois 0

Deployment using the P2P option: The agent scans every host in every available network:

[Tue Nov 12 17:38:41 2024][info] running task Deploy
[Tue Nov 12 17:38:41 2024][info] looking for a peer in the network
[Tue Nov 12 17:43:59 2024][error] [http client] internal response: 500 Can't connect to 192.168.56.89:62354 ...
[Tue Nov 12 17:44:00 2024][error] [http client] internal response: 500 Can't connect to 192.168.0.247:62354 ...
[Tue Nov 12 17:44:01 2024][error] [http client] internal response: 500 Can't connect to 192.168.188.178:62354 ...
[Tue Nov 12 17:44:02 2024][error] [http client] internal response: 500 Can't connect to 192.168.191.109:62354 ...

There should be a way to tell the agent to only scan specific networks.

+1

read only field in tickets

Baelhadj Hadj Aissa il y a 12 mois 0

read only field in tickets using template
the template editor selects the fields that should be read only 
should be something like the ability to select hidden fields and mendatory fields 
it can be populated by business rules,

Image 501

+1

When creating ticket, add item without the need to push the "Add" button

The Cake Itself il y a 1 an 0

Original GitHub issue:

https://github.com/glpi-project/glpi/issues/17909

  1. Press "Create a ticket"
  2. Go to "items" section
  3. Choose an item
  4. Notice that if you don't press "add" right below the items, but use the "+Add" button at the bottom of the page, ticket gets created without the asset assigned to the ticket

It would be great if item would be added to ticket without the need to push the "Add" button.