Jira.js - Jira Cloud API library
    Preparing search index...

    Interface IssueEntityPropertiesForMultiUpdate

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

    interface IssueEntityPropertiesForMultiUpdate {
        issueID?: number;
        properties?: {};
    }
    Index

    Properties

    issueID?: number

    The ID of the issue.

    properties?: {}

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