Projects
Update project
Updates the project details of a project.
All parameters are optional in the body of the request. Schemes will only be updated if they are included in the request, any omitted schemes will be left unchanged.
Permissions required: Administer Jira global permission. is only needed when changing the schemes or project key. Otherwise you will only need Administer Projects project permission
put/rest/api/3/project/{projectIdOrKey}
Path parameters
projectIdOrKeystring required
Example:10001
The project ID or project key (case sensitive).
Query parameters
expandstring
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Note that the project description, issue types, and project lead are included in all responses by default. Expand options include:
- description The project description.
- issueTypes The issue types associated with the project.
- lead The project lead.
- projectKeys All project keys associated with the project.
Request body
Response
Returned if the project is updated.