-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmoreoptions.xml
More file actions
51 lines (49 loc) · 1.83 KB
/
Copy pathmoreoptions.xml
File metadata and controls
51 lines (49 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<root>
<name>MoreOptions</name>
<key>moreoptions</key>
<state>beta</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/moreoptions/main/moreoptions.png</logo>
<description>
<short>
<en>Additional configuration options for ITIL objects.</en>
<fr>Options de configuration supplémentaires pour les objets ITIL.</fr>
</short>
<long>
<en>
This plugin adds several configuration options for ITIL objects (tickets, changes, problems):
- groups of requesters, technicians, and objects;
- mandatory fields on closure and task creation;
- block closure of tickets with a pending task.
</en>
<fr>
Ce plugin ajoute plusieurs options de configuration pour les objets ITIL (tickets, changements, problèmes) :
- groupes de demandeurs, de techniciens et d'objets;
- champs obligatoires à la clôture et à la création de tâche;
- blocage de la clôture des tickets avec une tâche en attente.
</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/moreoptions</homepage>
<download>https://github.com/pluginsGLPI/moreoptions/releases</download>
<issues>https://github.com/pluginsGLPI/moreoptions/issues</issues>
<readme>https://github.com/pluginsGLPI/moreoptions/blob/main/README.md</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.0.0-rc2</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/moreoptions/releases/download/1.0.0-rc2/glpi-moreoptions-1.0.0-rc2.tar.bz2</download_url>
</version>
<version>
<num>1.0.0-rc1</num>
<compatibility>~11.0.0</compatibility>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>MIT</license>
</root>