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

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.