jira.js
    Preparing search index...

    Function setSprintProperty

    • 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: { body: Record<string, any>; propertyKey: string; sprintId: number }
        • body: Record<string, any>
        • propertyKey: string

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

        • sprintId: number

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>