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

+1

Add "Export to CSV/XLS" Option for Dashboard Graphs

Vishvas upadhyay 4 months ago 0

Please add an “Export to CSV” and/or “Export to XLS” option alongside the existing "Save as Image"
button in the chart toolbar.

Image 508

+1

Add ACTUAL markdown support in notes and knowledge base

Wilbur 6 months ago updated 4 months ago 1

I just tried the 11 beta and I saw the new tools for editing text. 
It's better than before, but being used to writing Markdown on the go, this gives me the FosWiki vibes.
- I also tried to convert Markdown to HTML but even there, code block won't follow for example.

Proxmox implemented this a couple versions ago:
Simply writing this:
## Simple markdown heading
### This is so easy and effective

- Ok now a bullet list
- Easy again

```
Code block
```
Gives this 

Image 506

It could be very nice to at least toggle a markdown mode for writing then display the "View mode" in html like GLPI does.... There's a project called Perlite that perfectly fits markdown pages to a static website :https://github.com/secure-77/Perlite


Then we could make documentation flow as we link with actual cases, hardware, tickets etc, without lifting our mouse so often....

Thank you

+1

[Feature-Request] Automate GLPI Version Updating

eLBruto 7 months ago 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 7 months ago 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 7 months ago 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 9 months ago 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 10 months ago 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 11 months ago 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 11 months ago 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 12 months ago 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.