Edgewall Software

Version 1 (modified by daniel, 20 years ago) ( diff )

Custom Ticket Fields

Field Types

  • text
  • checkbox
  • radio
  • select

Sample Config

[ticket-custom]
test_one = text
test_one.label = Just a text box
two = text
two.label = Another text-box
test_two.value = Just a default value
test_three = checkbox
test_three.label = Some checkbox
test_three.value = 1
test_four = checkbox
test_four.label = Also a checkbox
test_four.value = 1
test_five = select
test_five.label = My selectbox
test_five.options = one|two|third option|four
test_five.value = 2
test_six = radio
test_six.label = Radio buttons are fun
test_six.options = uno|dos|tres|cuatro|cinco
test_six.value = 1
Note: See TracWiki for help on using the wiki.