This repository was archived by the owner on Jan 24, 2026. It is now read-only.
forked from initiativa/roundrobin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathticketbalance.xml
More file actions
55 lines (55 loc) · 2.69 KB
/
ticketbalance.xml
File metadata and controls
55 lines (55 loc) · 2.69 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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>TicketBalance</name>
<key>ticketbalance</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/RPGMais/ticketbalance/refs/heads/main/pics/roundrobin-logo.png</logo>
<description>
<short>
<en>This plugin allows the assignment of a ticket using a round-robin policy.</en>
<it>Questo plugin permette l'assegnazione di un ticket ad un tecnico utilizzando una politica di ticketbalance.</it>
<pt_BR>Este plugin permite a atribuição de um chamado utilizando uma política de ticketbalance.</pt_BR>
</short>
<long>
<en>This plugin allows the assignment of a ticket using a round-robin policy. It considers "the group in charge of the hardware" linked to a category to get the members of the group and assigns a ticket to one of them using a round-robin policy.</en>
<it>Questo plugin permette l'assegnazione di un ticket ad un tecnico utilizzando una politica di ticketbalance. Il plugin valuta il gruppo indicato nel campo "gruppo incaricato dell'hardware" nelle varie categorie, ed assegna il ticket ad uno dei membri del gruppo, ruotando i membri ad ogni nuovo ticket con una politica di tipo ticketbalance.</it>
<pt_BR>Este plugin permite a atribuição de um chamado utilizando uma política de ticketbalance. Ele considera "o grupo responsável pelo hardware" vinculado a uma categoria para obter os membros do grupo e atribuir um chamado a um deles utilizando uma política de ticketbalance.</pt_BR>
</long>
</description>
<homepage>https://github.com/RPGMais/ticketbalance</homepage>
<download>https://github.com/RPGMais/ticketbalance/releases</download>
<issues>https://github.com/RPGMais/ticketbalance/issues</issues>
<readme>https://github.com/RPGMais/ticketbalance/blob/main/README.md</readme>
<authors>
<author>Richard Loureiro</author>
</authors>
<versions>
<version>
<num>1.0.3</num>
<compatibility>9.5</compatibility>
<compatibility>10</compatibility>
<download_url>https://github.com/RPGMais/ticketbalance/releases</download_url>
</version>
</versions>
<langs>
<lang>pt_BR</lang>
</langs>
<license>GPL v3</license>
<tags>
<en>
<tag>Ticket</tag>
<tag>Helpdesk</tag>
<tag>Technician</tag>
</en>
<it>
<tag>Chiamata</tag>
<tag>Assistenza</tag>
<tag>Tecnico</tag>
</it>
<pt_BR>
<tag>Chamado</tag>
<tag>Assistência</tag>
<tag>Técnico</tag>
</pt_BR>
</tags>
</root>