---
title: "Duplicate plan"
method: POST
path: "/rest/api/2/plans/plan/{planId}/duplicate"
tags: ["Plans"]
---

# Duplicate plan

`POST /rest/api/2/plans/plan/{planId}/duplicate`

Duplicates a plan.

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

## Path parameters

- `planId` integer, required

## Request body

- DuplicatePlanRequest
  - `name` string, required — The plan name.

## Response `201`

Returned if the request is successful.

- integer

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the site has no premium edition of Jira or if the user does not have the Administer Jira global permission.
- `404` — Returned if the plan to duplicate is not found.
- `409` — Returned if the plan to duplicate is not active.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/revisions/7e9af75061ea/schema)
