jira.js
    Preparing search index...

    Function deleteProperty

    • Removes the property from the sprint identified by the id. Ths user removing the property is required to have permissions to modify the sprint.

      Parameters

      • client: Client
      • parameters: { propertyKey: string; sprintId: string }
        • propertyKey: string

          The key of the property to remove.

        • sprintId: string

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>