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

    Interface DeleteProperty

    interface DeleteProperty {
        propertyKey: string;
        sprintId: string;
    }
    Index

    Properties

    propertyKey: string

    The key of the property to remove.

    sprintId: string

    The ID of the sprint from which the property will be removed.