jira.js
    Preparing search index...

    Function deleteSprintProperty

    • 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: number }
        • propertyKey: string

          The key of the property to remove.

        • sprintId: number

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>