Options
All
  • Public
  • Public/Protected
  • All
Menu

A list of custom field details.

Hierarchy

  • ConnectCustomFieldValue

Index

Properties

_type

_type: "StringIssueField" | "NumberIssueField" | "RichTextIssueField" | "SingleSelectIssueField" | "MultiSelectIssueField" | "TextIssueField"

The type of custom field.

fieldID

fieldID: number

The custom field ID.

issueID

issueID: number

The issue ID.

Optional number

number: number

The value of number type custom field when _type is NumberIssueField.

Optional optionID

optionID: string

The value of single select and multiselect custom field type when _type is SingleSelectIssueField or MultiSelectIssueField.

Optional richText

richText: string

The value of richText type custom field when _type is RichTextIssueField.

Optional string

string: string

The value of string type custom field when _type is StringIssueField.

Optional text

text: string

The value of of text custom field type when _type is TextIssueField.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc