| 27 | | test |
|---|
| | 27 | |
|---|
| | 28 | {{{ |
|---|
| | 29 | # test1 and test2 define the grouping. The name can be whatever you want. |
|---|
| | 30 | |
|---|
| | 31 | [component_alias] |
|---|
| | 32 | test1.custom_field = custom_field # custom ticket field this applies to |
|---|
| | 33 | test1.name = TEST # name from the custom ticket field this applies to |
|---|
| | 34 | test1.alias = component1 # change component to this alias if "TEST" is selected |
|---|
| | 35 | |
|---|
| | 36 | test2.custom_field = custom_field # custom ticket field this applies to |
|---|
| | 37 | test2.name = TEST # name from the custom ticket field this applies to |
|---|
| | 38 | test2.alias = component1 # change component to this alias if "TEST" is selected |
|---|
| | 39 | |
|---|
| | 40 | }}} |
|---|
| | 41 | |
|---|