jira.js
    Preparing search index...

    Function setProperty

    • Sets the value of the specified sprint's property.

      You can use this resource to store a custom data against the sprint identified by the id. The user who stores the data is required to have permissions to modify the sprint.

      Parameters

      • client: Client
      • parameters: { propertyKey: string; propertyValue: Record<string, any>; sprintId: string }
        • propertyKey: string

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

        • propertyValue: Record<string, any>
        • sprintId: string

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>