forked from InfotelGLPI/transferticketentity
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtransferticketentity.xml
More file actions
56 lines (56 loc) · 3.09 KB
/
transferticketentity.xml
File metadata and controls
56 lines (56 loc) · 3.09 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
52
53
54
55
56
<root>
<name>Transfer Ticket Entity</name>
<key>transferticketentity</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/transferticketentity/master/img/logo.png</logo>
<description>
<short>
<fr>Ce plugin permet aux profils autorisés d'envoyer les tickets à une entité où ils n'ont aucun droit d'accès.</fr>
<en>This plugin allows authorized profiles to send tickets to an entity where they have no access rights.</en>
</short>
<long>
<fr>Ce plugin permet, pour les profils autorisés, de transférer des tickets d'une entité à une autre sur laquelle ils n'ont pas les accès. Il s'adresse aux organisations qui ont configurés, dans GLPI, leurs périmètres d'activités par entité (DRH, Comptabilité, SI, ...). L'intérêt étant de pouvoir transférer un ticket entre techniciens "GLPI" d'entités différentes et de continuer à assurer la confidentialité des données entre entités.</fr>
<en>This plugin enables authorized profiles to transfer tickets from one entity to another to which they do not have access. It is designed for organizations that have configured their GLPI activity perimeters by entity (HR, Accounting, IS, etc.). The aim is to be able to transfer a ticket between "GLPI" technicians from different entities, and to continue to ensure the confidentiality of data between entities.</en>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/transferticketentity</homepage>
<download>https://github.com/pluginsGLPI/transferticketentity/releases</download>
<issues>https://github.com/pluginsGLPI/transferticketentity/issues</issues>
<readme>https://raw.githubusercontent.com/pluginsGLPI/transferticketentity/master/README.md</readme>
<authors>
<author>Xavier CAILLAUD</author>
<author>Infotel</author>
<author>Département de Maine-et-Loire</author>
<author>Yannick COMBA</author>
</authors>
<versions>
<version>
<num>1.2.0</num>
<compatibility>~11.0.0</compatibility>
<download_url>https://github.com/pluginsGLPI/transferticketentity/releases/download/1.2.0/glpi-transferticketentity-1.2.0.tar.bz2</download_url>
</version>
<version>
<num>1.1.3</num>
<compatibility>~10.0.0</compatibility>
</version>
</versions>
<langs>
<lang>fr_FR</lang>
<lang>en_GB</lang>
<lang>es_VE</lang>
<lang>pt_BR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Ticket</tag>
</fr>
<en>
<tag>Ticket</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/transferticketentity/master/img/gifs/TransferTicketEntity_EN.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/transferticketentity/master/img/gifs/TransferTicketEntity_FR.gif</screenshot>
</screenshots>
</root>