Edgewall Software

Ticket #4549: trac.ini

File trac.ini, 2.2 kB (added by trebor74hr@…, 20 months ago)

sample part of ini file

Line 
1[ticket]
2
3# ----------- std fields custimization
4
5# ----------- default values
6default_version = 
7default_component =
8default_type = CHG
9default_milestone = 
10default_severity =
11default_priority = 
12
13# ----------- define order for std fields
14order_summary=1060
15order_owner=1050
16order_description=1070
17order_type=1040
18order_priority=1110
19order_milestone=1130
20order_component=1020
21order_version=1140
22order_severity=1150
23order_keywords=1065
24order_cc=1055
25
26# ----------- custom labels
27label_summary=Naslov
28label_reporter=Prijavnik
29label_owner=Dodjeljeno
30label_description=Opis
31label_type=Vrsta
32label_status=Status
33label_priority=Prioritet
34label_milestone=Plan.prolazn.tocka
35label_component=Modul
36label_version=Plan.verzija
37label_severity=Procj.utros.dana
38label_resolution=Resolution
39label_keywords=Kljucne rijeci
40label_cc=CC
41
42# ------------------------------------
43
44[ticket-custom]
45# name, type, order, label, value (... rest are dependent of type)
46
47client = select
48client.label = Klijent
49client.options = TZZ|UNQ|INT
50client.value = 0
51
52proj = select
53proj.label = Projekt
54proj.options = VVS|VVS-PRF|VVS-0703|VVS-EUR|ADM|EXP|RPT|WEB|ORG|OFFICE|TRAC|INT
55proj.value = 0
56
57req_who = select
58req_who.label = Tko je zadao
59req_who.options = SQL:select username, action from  permission where substr(action,1,3) in ('tzz','dev','int') order by substr(action,1,3) desc, substr(action,4) asc, username asc
60req_who.value = 0
61
62req_how = select
63req_how.label = Kako je zadano
64req_how.options = mail|phone|verbal
65req_how.value = 0
66
67req_when = text
68req_when.label = Kada je zadano
69req_when.value = $(today)
70
71due_opt = text
72due_opt.label = Optimalan rok
73due_opt.value = 
74
75spent_days = text
76spent_days.label = Utroseno dana
77spent_days.value = 
78
79depl_sent = text
80depl_sent.label = Poslano
81depl_sent.value = (sistem popunjava)
82
83depl_instal = text
84depl_instal.label = Instalirano
85depl_instal.value = (sistem popunjava)
86
87dir_link=text
88dir_link.label = Radni dir.
89dir_link.value = (sistem popunjava)
90
91# define custom field order
92client.order=1000
93proj.order=1010
94req_who.order=1080
95req_when.order=1090
96req_how.order=1110
97due_opt.order=1120
98spent_days.order=1160
99dir_link.order=1170