Function archive_project

Source
pub async fn archive_project(
    configuration: &Configuration,
    params: ArchiveProjectParams,
) -> Result<Value, Error<ArchiveProjectError>>
Expand description

Archives a project. You can’t delete a project if it’s archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI. Permissions required: Administer Jira global permission.