UpdateIssueOptions
Defined in: providers/types.ts:88
Options for updating an issue
Properties
Section titled “Properties”assignee?
Section titled “assignee?”
optionalassignee:string
Defined in: providers/types.ts:95
closeReason?
Section titled “closeReason?”
optionalcloseReason:string
Defined in: providers/types.ts:97
Reason for closing (if status = closed)
description?
Section titled “description?”
optionaldescription:string
Defined in: providers/types.ts:90
labels?
Section titled “labels?”
optionallabels:string[]
Defined in: providers/types.ts:94
metadata?
Section titled “metadata?”
optionalmetadata:Record<string,unknown>
Defined in: providers/types.ts:99
Metadata passed to provider
priority?
Section titled “priority?”
optionalpriority:IssuePriority
Defined in: providers/types.ts:92
status?
Section titled “status?”
optionalstatus:IssueStatus
Defined in: providers/types.ts:91
title?
Section titled “title?”
optionaltitle:string
Defined in: providers/types.ts:89
optionaltype:IssueType
Defined in: providers/types.ts:93