Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/issueEntityPropertiesForMultiUpdate.ts>IssueEntityPropertiesForMultiUpdate

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface IssueEntityPropertiesForMultiUpdate
import { type IssueEntityPropertiesForMultiUpdate } from "https://deno.land/x/jira@v3.0.2/src/version2/models/issueEntityPropertiesForMultiUpdate.ts";

An issue ID with entity property values. See Entity properties for more information.

Properties

optional
issueID: number

The ID of the issue.

optional
properties: { }

Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.