---
title: "Set property"
method: PUT
path: "/rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}"
tags: ["Sprint"]
---

# Set property

`PUT /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}`

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.

## Path parameters

- `sprintId` string, required
- `propertyKey` string, required

## Request body

- unknown

## Response `200`

Returned if the sprint property is successfully updated.

- unknown

## Other responses

- `201` — Returned if the sprint property is successfully created.
- `400` — Returned if the sprintId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `403` — Returned if the calling user does not have permission to edit the sprint
- `404` — Returned if the sprint with given id does not exist.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/revisions/4e108d54b990/schema)
