Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of an issue update request.

Hierarchy

  • IssueUpdateDetails

Indexable

[key: string]: any

Index

Properties

Optional fields

fields: Record<string, any>

List of issue screen fields to update, specifying the sub-field to update and its value for each field. This field provides a straightforward option when setting a sub-field. When multiple sub-fields or other operations are required, use update. Fields included in here cannot be included in update.

Optional historyMetadata

historyMetadata: HistoryMetadata

Additional issue history details.

Optional properties

properties: EntityProperty[]

Details of issue properties to be add or update.

Optional transition

transition: IssueTransition

Details of a transition. Required when performing a transition, optional when creating or editing an issue.

Optional update

update: Record<string, FieldUpdateOperation[]>

A Map containing the field field name and a list of operations to perform on the issue screen field. Note that fields included in here cannot be included in fields.

Legend

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

Generated using TypeDoc