Options
All
  • Public
  • Public/Protected
  • All
Menu

A custom field and its new value with a list of issue to update.

Hierarchy

  • MultipleCustomFieldValuesUpdate

Index

Properties

customField

customField: string

The ID or key of the custom field. For example, customfield_10010.

issueIds

issueIds: number[]

The list of issue IDs.

value

value: any

The value for the custom field. The value must be compatible with the custom field type as follows:

  • string the value must be a string.
  • number the value must be a number.
  • datetime the value must be a string that represents a date in the ISO format, for example "2021-01-18T12:00:00-03:00".
  • user the value must be an object that contains the accountId field.
  • group the value must be an object that contains the group name field. A list of appropriate values must be provided if the field is of the list collection type.

Legend

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

Generated using TypeDoc