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

    Interface DeleteProperty

    interface DeleteProperty {
        propertyKey: string;
        requestTypeId: number;
        serviceDeskId: string;
    }
    Index

    Properties

    propertyKey: string

    The key of the property to remove.

    requestTypeId: number

    The ID of the request type for which the property will be removed.

    serviceDeskId: string

    The ID of the service desk which contains the request type. This can alternatively be a project identifier.