Ticqex
Using TicqexSettings

Custom fields

Define your own ticket and contact fields, and control where they appear.

Custom fields let you model whatever your workflow needs — priorities, order numbers, plans, due dates — without forking the app. They are first-class: editable in the UI, filterable on the board, and fully available over API and MCP.

Field types

TypeUse for
textFree-form strings
numberNumeric values
dateDates
booleanYes/no flags
selectOne value from a fixed option list
multiselectMultiple values from a fixed option list
urlLinks
jsonArbitrary structured data (e.g. for agents)

Ticket fields

  • Create, edit, delete, and reorder custom ticket field definitions.
  • Control per-field visibility: show on the board card and/or in the ticket modal. This catalog covers custom fields and the core fields (title, contact, assignee, tags, description, preview, contact address), so you can slim down cards to exactly what matters.
  • Custom ticket fields can be used as board filters.

Contact fields

  • Same create/edit/delete/reorder workflow, scoped to contacts.
  • Show open in ticket displays a field in the ticket's contact panel without the user expanding "Show all fields".

Tips

  • Want priorities? Add a select field with your levels — it shows on cards and filters like anything else.
  • Channels can also require or lock certain fields — see field policies in the extending guide.

On this page