---
title: "Assign workflow scheme to project"
method: PUT
path: "/rest/api/3/workflowscheme/project"
tags: ["Workflow scheme project associations"]
---

# Assign workflow scheme to project

`PUT /rest/api/3/workflowscheme/project`

Assigns a workflow scheme to a project. This operation is performed only when there are no issues in the project.

Workflow schemes can only be assigned to classic projects.

**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

## Request body

- WorkflowSchemeProjectAssociation — An associated workflow scheme and project.
  - `projectId` string, required — The ID of the project.
  - `workflowSchemeId` string — The ID of the workflow scheme. If the workflow scheme ID is `null`, the operation assigns the default workflow scheme.

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions.
- `404` — Returned if the workflow scheme or the project are not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
