Standard fields

Standard fields are built-in fields that come with every ticket. They provide essential information and functionality for ticket management.

Core fields

Default values

The following standard fields have default values at the team level. Each team can customize these values according to their needs.

Additional attributes

Dates and timing

  • Created At
  • Updated At
  • Due Date
  • Resolution Date

Progress tracking

  • Status
  • Priority
  • Progress Percentage
  • Time Spent

Status flags

  • Is Active
  • Is Deleted
  • Is Draft
  • Is Resolved

Metadata

  • Source
  • Channel
  • Category
  • Version

Tags

Tags provide a flexible way to categorize and organize tickets. They can be used for filtering, reporting, and automation.

Tag structure

Tag properties

  • Name (unique identifier)
  • Display Name
  • Color
  • Description
  • Organization ID

Tag metadata

  • Created At
  • Updated At
  • Created By
  • Is Active
  • Is System Tag

Tag usage

Best practices

Field management

  • Keep data accurate and up-to-date
  • Use consistent formatting
  • Follow naming conventions
  • Regular data cleanup

Tag management

  • Use meaningful names
  • Maintain tag hierarchy
  • Review and cleanup regularly
  • Document tag purposes

API endpoints

Field configuration

{
  "displayName": "High",
  "description": "This is a high priority ticket",
  "isDefault": true,
  "name": "High",
  "teamId": "123e4567-e89b-12d3-a456-426614174000"
}

Field configurations determine how data is collected, validated, and displayed in tickets. Changes to field configurations may affect existing tickets.

Available operations