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

+2

Generic custom asset connections

flex 3 months ago 0

I noticed that currently "custom" assets from asset definitions are only able to connect to peripherals. As stated in https://forum.glpi-project.org/viewtopic.php?id=293194, it is planned to mark custom assets also as "peripherals" itself to connect them to computers.

I suggest it would be handier and more generic to let the user decide when defining the asset definition, to which other asset types the custom asset can be connected to (otherwise, as far as I understood from the forum post, you can only connect either to computers or peripherals).

+2

Add "Costs" to Asset definitions - Capacities

Viktor 4 months ago 0

Starting GLPI 11, there is the possibility to create own Asset Definitions. That is really cool!

However, in the Capacities tab, there is no possibility to add "Costs". Just like to contracts or projects.

That would be really awesome!

+2

Adding IPMI to list of "Remote Management"

Megachip 8 months ago updated 7 months ago 3

Would be nice to have IPMI/BMC/iLO ... als selection in remote management. 
GLPI Agent had already ipmi detection, so it could filled automatically. 

+2

New status to Tickets

Dante Bruno 9 months ago updated by Paper 9 months ago 1

I think it is valuable to have the status "cancelled" for tickets declined by requester.

Changing the status to "cancelled" is important so that the system does not include the ticket in statistics and to prevent it from being marked as a breach of an SLA.

+2

Private validations

nuria2c 12 months ago 0

In GLPI we have the posibility to mark follow-ups and task as a private items but there is no option mark as private the validation request and the validation response.

It could be very useful if we don't want the user see all the validations.

Like follow-ups and tasks, it would be a capability in the profile setup.

+2

Business rules can make actions on plugin fields.

pietervanopstal 1 year ago 0

It could be nice to make it possible to change values from the custom field plugin with business rules for tickets.

+2

formcreator Question Condition for specific profile

bahusafoo 1 year ago updated by SOUFIANE 1 year ago 1

Would it be possible to add a condition for questions which allowed the selection of a specific profile, so that for example: if that profile were to be active with the user you could show/hide a question/form section based on it being active?

+2

Ability to add notes for all assets

malletto 1 year ago 0

Right now you cannot add notes for racks, PDUs, Passive Devices or Cables. Not sure why these are excluded but notes should be available for everything.

+2

Add documents already known in the GLPI database to ticket follow-ups/tasks/resolutions

Loiseau2nuit 1 year ago 0


Currently, when editing a ticket (or a 'problem' or a 'change') and you want to attach a document, it is only possible to upload NEW documents. It should really be possible to search for an existing document, already known in GLPI database, to attach it to our ticket.

+2

Remote Agent Upgrade

davidngrc 1 year ago 0

on github project wazhu, they can upgrade the agent via dashboard.

It should be very easy to implement such function in GLPI, as manually upgrade agent is pain for system admin.

procedure:

0. when there is a new agent, alert the admin in the dashboard, admin will click and download a copy to local server.

1, in GLPI dashboard, select one or multiple endpoint.

2. on the top left, ACTION button , add a "Upgrade Agent" option.

3. in the backend, mark the agent_id that need to do agent upgrade.

4. when agent check in every day, and found this need to upgrade flag on the server which associate with the current agent id, then auto download the related agent exe / pkg from server (some agent might not able to access internet due to IT policy, but able to access local GLPI server)

5. after the download, the agent will do a self upgrade.

6. after the upgrade, the agent will do a self inventory, so that the server knows the agent has been upgraded.

7. done.

Thank you.