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