[ticket]

# ----------- std fields custimization 

# ----------- default values 
default_version = 
default_component = 
default_type = CHG
default_milestone = 
default_severity = 
default_priority = 

# ----------- define order for std fields
order_summary=1060
order_owner=1050
order_description=1070
order_type=1040
order_priority=1110
order_milestone=1130
order_component=1020
order_version=1140
order_severity=1150
order_keywords=1065
order_cc=1055

# ----------- custom labels
label_summary=Naslov
label_reporter=Prijavnik
label_owner=Dodjeljeno
label_description=Opis
label_type=Vrsta
label_status=Status
label_priority=Prioritet
label_milestone=Plan.prolazn.tocka
label_component=Modul
label_version=Plan.verzija
label_severity=Procj.utros.dana
label_resolution=Resolution
label_keywords=Kljucne rijeci
label_cc=CC

# ------------------------------------

[ticket-custom]
# name, type, order, label, value (... rest are dependent of type)

client = select
client.label = Klijent
client.options = TZZ|UNQ|INT
client.value = 0

proj = select
proj.label = Projekt
proj.options = VVS|VVS-PRF|VVS-0703|VVS-EUR|ADM|EXP|RPT|WEB|ORG|OFFICE|TRAC|INT
proj.value = 0

req_who = select
req_who.label = Tko je zadao
req_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
req_who.value = 0

req_how = select
req_how.label = Kako je zadano
req_how.options = mail|phone|verbal
req_how.value = 0

req_when = text
req_when.label = Kada je zadano
req_when.value = $(today)

due_opt = text
due_opt.label = Optimalan rok
due_opt.value = 

spent_days = text
spent_days.label = Utroseno dana
spent_days.value = 

depl_sent = text
depl_sent.label = Poslano
depl_sent.value = (sistem popunjava)

depl_instal = text
depl_instal.label = Instalirano
depl_instal.value = (sistem popunjava)

dir_link=text
dir_link.label = Radni dir.
dir_link.value = (sistem popunjava)

# define custom field order
client.order=1000
proj.order=1010
req_who.order=1080
req_when.order=1090
req_how.order=1110
due_opt.order=1120
spent_days.order=1160
dir_link.order=1170
