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

    Interface DeleteIssueProperty

    interface DeleteIssueProperty {
        issueIdOrKey: string;
        propertyKey: string;
    }
    Index

    Properties

    issueIdOrKey: string

    The key or ID of the issue.

    propertyKey: string

    The key of the property.