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

    Interface SetProperty

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

    Properties

    propertyKey: string

    The key of the sprint's property. The maximum length of the key is 255 bytes.

    sprintId: string

    The ID of the sprint on which the property will be set.